Skip to content

Commit b645297

Browse files
committed
feat(deps): Update Terraform google to v7
1 parent 6b87cee commit b645297

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

0-bootstrap/modules/gitlab-oidc/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.64, < 6"
23+
version = ">= 3.64, < 8"
2424
}
2525
}
2626

0-bootstrap/modules/tfc-agent-gke/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.3.0, < 6"
23+
version = ">= 4.3.0, < 8"
2424
}
2525

2626
kubernetes = {

5-app-infra/business_unit_1/development/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 = ">= 3.77, < 6"
24+
version = ">= 3.77, < 8"
2525
}
2626

2727
google-beta = {

5-app-infra/business_unit_1/nonproduction/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 = ">= 3.77, < 6"
24+
version = ">= 3.77, < 8"
2525
}
2626

2727
google-beta = {

5-app-infra/business_unit_1/production/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 = ">= 3.77, < 6"
24+
version = ">= 3.77, < 8"
2525
}
2626

2727
google-beta = {

0 commit comments

Comments
 (0)