diff --git a/README.md b/README.md index 2c307d54dd..3ca6ffeda1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,15 @@ $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-ibm $ make build ``` +Docker Image For The Provider +----------------------------- + +You can also pull the docker image for the ibmcloud terraform provider : + +```sh + $ docker pull ibmterraform/terraform-provider-ibm-docker +``` + Using the provider ---------------------- diff --git a/version/version.go b/version/version.go index e372920991..6c57de3bf2 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "0.9.0" +const Version = "0.9.1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string