From 5668d8c8841e61016b2855d101a9e074a5209074 Mon Sep 17 00:00:00 2001 From: Aaron Lane Date: Wed, 24 Jul 2019 17:08:58 -0400 Subject: [PATCH] Add link to 0.12 upgrade guide in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b853825..fbe59b3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ This Terraform module makes it easier to manage to manage [organization policies](https://cloud.google.com/resource-manager/docs/organization-policy/overview) for your Google Cloud environment, particularly when you want to have exclusion rules. This module will allow you to set a top-level org policy and then disable it on individual projects or folders easily. ## Compatibility -This module is meant for use with Terraform 0.12. If you haven't [upgraded][terraform-0.12-upgrade] and need a Terraform 0.11.x-compatible version of this module, the last released version intended for Terraform 0.11.x +This module is meant for use with Terraform 0.12. If you haven't [upgraded](https://www.terraform.io/upgrade-guides/0-12.html) and +need a Terraform 0.11.x-compatible version of this module, the last released version intended for Terraform 0.11.x is [1.0.0](https://github.com/terraform-google-modules/terraform-google-org-policy/releases/tag/v1.0.0). ## Usage