Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/gcloud/google …
Browse files Browse the repository at this point in the history
…to ~> 3.2.0
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent b969a24 commit 7066a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0-bootstrap/cb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module "tf_cloud_builder" {

module "bootstrap_csr_repo" {
source = "terraform-google-modules/gcloud/google"
version = "~> 3.1.0"
version = "~> 3.2.0"
upgrade = false

create_cmd_entrypoint = "${path.module}/scripts/push-to-repo.sh"
Expand All @@ -180,7 +180,7 @@ resource "time_sleep" "cloud_builder" {

module "build_terraform_image" {
source = "terraform-google-modules/gcloud/google"
version = "~> 3.1.0"
version = "~> 3.2.0"
upgrade = false

create_cmd_triggers = {
Expand Down

0 comments on commit 7066a4c

Please sign in to comment.