From 5abeda15b7d34cb4505755fc3e2f11f104732e4b Mon Sep 17 00:00:00 2001 From: Olivier Bourgeois <3271352+bourgeoisor@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:29:52 -0400 Subject: [PATCH] Update TF constraint to <1.6 --- anthos-bm-gcp-terraform/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anthos-bm-gcp-terraform/versions.tf b/anthos-bm-gcp-terraform/versions.tf index 4be415a1..08fe25f7 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.1, < 1.6" # this line should not change during a release required_providers { google = { source = "hashicorp/google"