Skip to content

Commit 9ec5b41

Browse files
feat(deps): Update Terraform Google Provider to v7 (major) (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ecd745 commit 9ec5b41

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, < 7"
23+
version = ">= 3.53, < 8"
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, < 7"
22+
version = ">= 3.53, < 8"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.35, < 7"
26+
version = ">= 3.35, < 8"
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, < 7"
22+
version = ">= 4.23, < 8"
2323
}
2424
random = {
2525
source = "hashicorp/random"

0 commit comments

Comments
 (0)