From 470346f64ad22c6c7a65ccea19c3009cc54f90f0 Mon Sep 17 00:00:00 2001 From: Paddy Date: Tue, 7 Nov 2017 14:50:30 -0800 Subject: [PATCH] Update readme with upgrade info. This is an expansion of @nodesocket's work in #338. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e133be3e..5ca34e40 100644 --- a/README.md +++ b/README.md @@ -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 ---------------------------