Skip to content

Commit

Permalink
deps: update Terraform google-beta to v4.83.0 new (#2345)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonard Cohnen <[email protected]>
  • Loading branch information
renovate[bot] and 3u13r authored Sep 22, 2023
1 parent 3ed001f commit 74fe8af
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 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 @@ -12,7 +12,7 @@ terraform {

google-beta = {
source = "hashicorp/google-beta"
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 @@ -10,7 +10,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.72.0"
version = "4.83.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.72.0"
version = "4.83.0"
}
}
}
Expand Down

0 comments on commit 74fe8af

Please sign in to comment.