Skip to content

Commit 618b85c

Browse files
deps: update Terraform google to v7 (edgelesssys#3937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0066419 commit 618b85c

File tree

8 files changed

+54
-54
lines changed

8 files changed

+54
-54
lines changed

terraform/infrastructure/gcp/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/infrastructure/gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "6.49.2"
5+
version = "7.0.1"
66
}
77

88
random = {

terraform/infrastructure/gcp/modules/instance_group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "6.49.2"
5+
version = "7.0.1"
66
}
77

88
random = {

terraform/infrastructure/gcp/modules/internal_load_balancer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "6.49.2"
5+
version = "7.0.1"
66
}
77
}
88
}

terraform/infrastructure/gcp/modules/jump_host/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "6.49.2"
5+
version = "7.0.1"
66
}
77
}
88
}

terraform/infrastructure/gcp/modules/loadbalancer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "6.49.2"
5+
version = "7.0.1"
66
}
77
}
88
}

terraform/infrastructure/iam/gcp/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/infrastructure/iam/gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "6.49.2"
5+
version = "7.0.1"
66
}
77
}
88
}

0 commit comments

Comments
 (0)