Skip to content

Commit c6a579e

Browse files
committed
bump google provider version
1 parent 16d9875 commit c6a579e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/data_warehouse/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

modules/data_warehouse/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)