Skip to content

Commit 87cee24

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modules/interconnect_attachment/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121

2222
google = {
2323
source = "hashicorp/google"
24-
version = ">= 4.27, < 7"
24+
version = ">= 4.27, < 8"
2525
}
2626
}
2727

modules/interface/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 = ">= 5.12, < 7"
23+
version = ">= 5.12, < 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.0, < 7"
22+
version = ">= 3.53.0, < 8"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.53.0, < 7"
26+
version = ">= 3.53.0, < 8"
2727
}
2828
}
2929
}

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

0 commit comments

Comments
 (0)