Skip to content

Commit

Permalink
Update TF constraint to <1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoisor authored Sep 29, 2023
1 parent 9220b92 commit 5abeda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5abeda1

Please sign in to comment.