Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jan 3, 2024
1 parent aa53e54 commit 15324c6
Showing 1 changed file with 1 addition and 1 deletion.
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.3.0"
version = "~> 3.1"
upgrade = false

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

0 comments on commit 15324c6

Please sign in to comment.