Skip to content

Commit

Permalink
deps: update Terraform google to v4.83.0 (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 22c2a73 commit 82e561f
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 68 deletions.
48 changes: 24 additions & 24 deletions cli/internal/terraform/terraform/gcp/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/internal/terraform/terraform/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.72.0"
version = "4.83.0"
}

random = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.72.0"
version = "4.83.0"
}

random = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.72.0"
version = "4.83.0"
}
}
}
Expand Down
48 changes: 24 additions & 24 deletions cli/internal/terraform/terraform/iam/gcp/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/internal/terraform/terraform/iam/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.72.0"
version = "4.83.0"
}
}
}
Expand Down
26 changes: 13 additions & 13 deletions hack/terraform/gcp/internal-loadbalancer/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hack/terraform/gcp/internal-loadbalancer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.72.0"
version = "4.83.0"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.72.0"
version = "4.83.0"
}
google-beta = {
source = "hashicorp/google-beta"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.72.0"
version = "4.83.0"
}
}
}
Expand Down

0 comments on commit 82e561f

Please sign in to comment.