added block in README.md on upgrading

This commit is contained in:
Justin 2017-08-17 16:50:32 -07:00
parent 6b768145f7
commit 28af37d8c8

View File

@ -29,6 +29,12 @@ $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-google
$ make build
```
Upgrading the provider
----------------------
To upgrade to the latest stable version of the Google provider run `terraform init -upgrade`.
Using the provider
----------------------