Skip to content

Commit 07ef96e

Browse files
committed
pin google version to v6.10 until fix in bootstrap module
1 parent 46cab67 commit 07ef96e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

0-bootstrap/versions.tf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ terraform {
2020
google = {
2121
// version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226
2222
source = "hashicorp/google"
23-
version = ">= 3.50, != 4.31.0"
23+
version = ">= 3.50, != 4.31.0, <= 6.10"
24+
}
25+
26+
google-beta = {
27+
// version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226
28+
source = "hashicorp/google-beta"
29+
version = ">= 3.50, != 4.31.0, <= 6.10"
2430
}
2531

2632
// Un-comment gitlab required_providers when using gitlab CI/CD

0 commit comments

Comments
 (0)