Skip to content

Commit 8995383

Browse files
feat(deps): Update Terraform Google Provider to v6 (major) (#257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1ec36f commit 8995383

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎modules/project_cleanup/versions.tf

Lines changed: 1 addition & 1 deletion
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

‎test/setup/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.53, < 6"
22+
version = ">= 3.53, < 7"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.35, < 6"
26+
version = ">= 3.35, < 7"
2727
}
2828
}
2929
}

‎versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 4.23, < 6"
22+
version = ">= 4.23, < 7"
2323
}
2424
random = {
2525
source = "hashicorp/random"

0 commit comments

Comments
 (0)