Skip to content

Commit 09d07d0

Browse files
committed
build: bump minimum google-beta provider version to 7.24.0
1 parent d73faf0 commit 09d07d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/compute/gke-node-pool/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
}
2323
google-beta = {
2424
source = "hashicorp/google-beta"
25-
version = ">= 7.2"
25+
version = ">= 7.24.0"
2626
}
2727
null = {
2828
source = "hashicorp/null"

modules/compute/resource-policy/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
google-beta = {
2020
source = "hashicorp/google-beta"
21-
version = ">= 6.29.0"
21+
version = ">= 7.24.0"
2222
}
2323
random = {
2424
source = "hashicorp/random"

0 commit comments

Comments
 (0)