Skip to content

Commit 8e97694

Browse files
feat(deps): Update Terraform Google Provider to v7 (major) (#325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 037deac commit 8e97694

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modules/memcache/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.23, < 7"
23+
version = ">= 4.23, < 8"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = ">= 4.23, < 7"
27+
version = ">= 4.23, < 8"
2828
}
2929
}
3030

modules/redis-cluster/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 = ">= 6.22, < 7"
23+
version = ">= 6.22, < 8"
2424
}
2525
}
2626

modules/valkey/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 = ">= 6.30, < 7"
23+
version = ">= 6.30, < 8"
2424
}
2525
}
2626

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 = ">= 4.74, < 7"
23+
version = ">= 4.74, < 8"
2424
}
2525
}
2626

0 commit comments

Comments
 (0)