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 6aeffdf commit ee8559dCopy full SHA for ee8559d
modules/deploy/versions.tf
@@ -18,11 +18,11 @@ terraform {
18
required_providers {
19
google = {
20
source = "hashicorp/google"
21
- version = ">= 4.83.0, < 6.0.0"
+ version = ">= 4.83.0, < 8.0.0"
22
}
23
google-beta = {
24
source = "hashicorp/google-beta"
25
26
27
random = {
28
source = "hashicorp/random"
0 commit comments