Skip to content

Commit 9364b39

Browse files
authored
chore(deps): update terraform google to v6 (#726)
1 parent 52392e7 commit 9364b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anthos-attached-clusters/kind/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
}
2323
google = {
2424
source = "hashicorp/google"
25-
version = "~> 5.0"
25+
version = ">= 5, < 7"
2626
}
2727
helm = {
2828
source = "hashicorp/helm"

0 commit comments

Comments
 (0)