Skip to content

Commit 0fe8ab6

Browse files
authoredAug 29, 2024··
feat(deps): Update Terraform Google Provider to v6 (major) (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b349bf8 commit 0fe8ab6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
 

‎modules/authorization/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.44, < 6"
23+
version = ">= 4.44, < 7"
2424
}
2525
}
2626

‎modules/data_warehouse/versions.tf

+2-2
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, < 6"
21+
version = ">= 4.52, < 7"
2222
}
2323
google-beta = {
2424
source = "hashicorp/google-beta"
25-
version = ">= 4.52, < 6"
25+
version = ">= 4.52, < 7"
2626
}
2727
archive = {
2828
source = "hashicorp/archive"

‎modules/data_warehouse/workflow_polling/versions.tf

+2-2
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, < 6"
21+
version = ">= 4.52, < 7"
2222
}
2323
google-beta = {
2424
source = "hashicorp/google-beta"
25-
version = ">= 4.52, < 6"
25+
version = ">= 4.52, < 7"
2626
}
2727
archive = {
2828
source = "hashicorp/archive"

‎modules/scheduled_queries/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.0, < 6"
23+
version = ">= 4.0, < 7"
2424
}
2525
}
2626

‎modules/udf/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.53, < 6"
23+
version = ">= 3.53, < 7"
2424
}
2525
}
2626

‎versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 5.3, < 6"
23+
version = ">= 5.3, < 7"
2424
}
2525
}
2626

0 commit comments

Comments
 (0)
Please sign in to comment.