Skip to content

Commit a9a5b30

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/vpn_ha/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 = ">= 6.21, < 7"
22+
version = ">= 6.21, < 8"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 6.21, < 7"
26+
version = ">= 6.21, < 8"
2727
}
2828
random = {
2929
source = "hashicorp/random"

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 = ">= 3.30.0, < 7"
22+
version = ">= 3.30.0, < 8"
2323
}
2424
random = {
2525
source = "hashicorp/random"

0 commit comments

Comments
 (0)