Skip to content

Commit

Permalink
Update Terraform google to v4.48.0 (#929)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
renovate[bot] and katexochen committed Jan 17, 2023
1 parent 8664e57 commit 4577a58
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 79 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.47.0"
version = "4.48.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.47.0"
version = "4.48.0"
}
}
}
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.47.0"
version = "4.48.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.47.0"
version = "4.48.0"
}
}
}
Expand Down
48 changes: 24 additions & 24 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.47.0"
version = "4.48.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.47.0"
version = "4.48.0"
}
}
}
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.47.0"
version = "4.48.0"
}
}
}
Expand Down

0 comments on commit 4577a58

Please sign in to comment.