File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ terraform {
25
25
26
26
google = {
27
27
source = " hashicorp/google"
28
- version = " >= 3.53, < 6 "
28
+ version = " >= 3.53, < 7 "
29
29
}
30
30
31
31
google-beta = {
32
32
source = " hashicorp/google-beta"
33
- version = " >= 3.53, < 6 "
33
+ version = " >= 3.53, < 7 "
34
34
}
35
35
36
36
local = {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ terraform {
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
22
- version = " >= 3.53, < 6 "
22
+ version = " >= 3.53, < 7 "
23
23
}
24
24
random = {
25
25
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ terraform {
20
20
21
21
google = {
22
22
source = " hashicorp/google"
23
- version = " >= 4.53, < 6 "
23
+ version = " >= 4.53, < 7 "
24
24
}
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments