File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ spec:
143143 - source : hashicorp/archive
144144 version : 2.4.2
145145 - source : hashicorp/google
146- version : " >= 4.52 , < 7"
146+ version : " >= 6.11 , < 7"
147147 - source : hashicorp/google-beta
148- version : " >= 4.52 , < 7"
148+ version : " >= 6.11 , < 7"
149149 - source : hashicorp/http
150150 version : " >= 2"
151151 - source : hashicorp/local
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ terraform {
1818 required_providers {
1919 google = {
2020 source = " hashicorp/google"
21- version = " >= 4.52 , < 7"
21+ version = " >= 6.11 , < 7"
2222 }
2323 google-beta = {
2424 source = " hashicorp/google-beta"
25- version = " >= 4.52 , < 7"
25+ version = " >= 6.11 , < 7"
2626 }
2727 archive = {
2828 source = " hashicorp/archive"
You can’t perform that action at this time.
0 commit comments