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 4819154 commit d416977Copy full SHA for d416977
test/setup/versions.tf
@@ -19,11 +19,11 @@ terraform {
19
required_providers {
20
google = {
21
source = "hashicorp/google"
22
- version = ">= 3.50, < 7"
+ version = ">= 3.50, < 8"
23
}
24
google-beta = {
25
source = "hashicorp/google-beta"
26
27
28
random = {
29
source = "hashicorp/random"
versions.tf
@@ -20,7 +20,7 @@ terraform {
- version = ">= 5.2, < 7"
+ version = ">= 5.2, < 8"
0 commit comments