We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cab67 commit 07ef96eCopy full SHA for 07ef96e
0-bootstrap/versions.tf
@@ -20,7 +20,13 @@ terraform {
20
google = {
21
// version 4.31.0 removed because of issue https://github.com/hashicorp/terraform-provider-google/issues/12226
22
source = "hashicorp/google"
23
- version = ">= 3.50, != 4.31.0"
+ 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
30
}
31
32
// Un-comment gitlab required_providers when using gitlab CI/CD
0 commit comments