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.3.0
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent b0126c6 commit 6b8166a
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 @@ -33,7 +33,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.3.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 @@ -40,7 +40,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.3.0"
upgrade = false

create_cmd_entrypoint = "${path.module}/scripts/push-to-repo.sh"
Expand Down

0 comments on commit 6b8166a

Please sign in to comment.