Update readme with upgrade info.

This is an expansion of @nodesocket's work in #338.
This commit is contained in:
Paddy 2017-11-07 14:50:30 -08:00
parent 28af37d8c8
commit 470346f64a

View File

@ -29,17 +29,16 @@ $ 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
----------------------
See the [Google Provider documentation](https://www.terraform.io/docs/providers/google/index.html) to get started using the Google provider.
Upgrading the provider
----------------------
To upgrade to the latest stable version of the Google provider run `terraform init -upgrade`. See the [Terraform website](https://www.terraform.io/docs/configuration/providers.html#provider-versions) for more information.
Developing the Provider
---------------------------