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 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`.