Skip to content

Commit c230974

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

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

modules/bigquery/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

modules/bq-log-alerting/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
random = {
2626
source = "hashicorp/random"

modules/logbucket/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.59, < 7"
23+
version = ">= 4.59, < 8"
2424
}
2525
}
2626

modules/project/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

modules/pubsub/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

modules/storage/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.22, < 7"
23+
version = ">= 5.22, < 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
null = {
2929
source = "hashicorp/null"

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

0 commit comments

Comments
 (0)