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.1 (#243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent d19bca2 commit 0850e14
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.1"
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.1"
upgrade = false

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

0 comments on commit 0850e14

Please sign in to comment.