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 4862961 commit 126ce26Copy full SHA for 126ce26
infra/versions.tf
@@ -19,11 +19,11 @@ terraform {
19
required_providers {
20
google = {
21
source = "hashicorp/google"
22
- version = ">= 3.53, < 4.84.1"
+ version = ">= 3.53, < 5.1.1"
23
}
24
google-beta = {
25
source = "hashicorp/google-beta"
26
27
28
random = {
29
source = "hashicorp/random"
0 commit comments