From 28af37d8c8e7187c0b52dcf915bb75077ee7828f Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 17 Aug 2017 16:50:32 -0700 Subject: [PATCH] added block in README.md on upgrading --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3aec1f06..e133be3e 100644 --- a/README.md +++ b/README.md @@ -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 ----------------------