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 270bdae commit a0ba8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tf_cloudbuild_builder_simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "google_sourcerepo_repository" "builder_dockerfile_repo" {
# Bootstrap CSR with Dockerfile
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 Down
2 changes: 1 addition & 1 deletion examples/tf_cloudbuild_workspace_simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "google_sourcerepo_repository" "tf_config_repo" {
# # Bootstrap CSR with TF configs
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 Down

0 comments on commit a0ba8da

Please sign in to comment.