diff --git a/anthos-bm-gcp-terraform/CHANGELOG.md b/anthos-bm-gcp-terraform/CHANGELOG.md index 44ea2d6b..5ad2c113 100644 --- a/anthos-bm-gcp-terraform/CHANGELOG.md +++ b/anthos-bm-gcp-terraform/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.2](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.1...v0.15.2) (2023-11-21) + + +### Bug Fixes + +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.1 ([#629](https://github.com/GoogleCloudPlatform/anthos-samples/issues/629)) ([621f486](https://github.com/GoogleCloudPlatform/anthos-samples/commit/621f48620140bba4e2b1c6e5e25ca5a7b1f347db)) + ## [0.15.1](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.0...v0.15.1) (2023-07-27) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index 4be415a1..669a7b6b 100644 --- a/anthos-bm-gcp-terraform/versions.tf +++ b/anthos-bm-gcp-terraform/versions.tf @@ -15,7 +15,7 @@ */ terraform { - required_version = ">= v0.15.1, < 1.4" # this line should not change during a release + required_version = ">= v0.15.2, < 1.4" # this line should not change during a release required_providers { google = { source = "hashicorp/google" @@ -28,7 +28,7 @@ terraform { } provider_meta "google" { - module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.1" + module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.2" } }