From e8d37d5bfc2094f301a154f509530132ec0c0e70 Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Fri, 6 Oct 2023 14:02:52 -0500 Subject: [PATCH 1/2] add upgrade guide --- docs/upgrading_to_v2.0.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/upgrading_to_v2.0.md diff --git a/docs/upgrading_to_v2.0.md b/docs/upgrading_to_v2.0.md new file mode 100644 index 0000000..1133233 --- /dev/null +++ b/docs/upgrading_to_v2.0.md @@ -0,0 +1,5 @@ +# Upgrading to v2.0.0 + +The v2.0 release contains backwards-incompatible changes. + +This update requires upgrading the minimum provider version to `4.79`. From a851a9cd57dad0f779c6e8a8f365b9183eabb6b6 Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Fri, 6 Oct 2023 14:05:06 -0500 Subject: [PATCH 2/2] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f65c3c4..4f45588 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ This module is meant for use with Terraform 1.3+ and tested using Terraform 1.3+ ## Version -Current version is 1.0. Upgrade guides: +Current version is 12.0. Upgrade guides: - [0.X -> 1.0.](/docs/upgrading_to_v1.0.md) +- [1.X -> 2.0.](/docs/upgrading_to_v2.0.md) ## Module Format @@ -688,7 +689,7 @@ These sections describe requirements for using this module. The following dependencies must be available: - [Terraform][terraform] v1.3+ -- [Terraform Provider for GCP][terraform-provider-gcp] plugin v4.39+ +- [Terraform Provider for GCP][terraform-provider-gcp] plugin v4.79+ ### Service Account