Skip to content

Commit

Permalink
fix(deps): Update Terraform terraform-google-modules/bootstrap/google…
Browse files Browse the repository at this point in the history
… to v10 (#292)
  • Loading branch information
renovate-bot authored Dec 7, 2024
1 parent d7e11b2 commit 3d3d0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module "tfstate_bucket" {

module "tf_cloudbuild_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 9.0"
version = "~> 10.0"

for_each = local.cb_config

Expand Down
2 changes: 1 addition & 1 deletion 4-appfactory/modules/app-group-baseline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ resource "google_sourcerepo_repository" "app_infra_repo" {

module "tf_cloudbuild_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 9.0"
version = "~> 10.0"

project_id = local.admin_project_id
tf_repo_uri = google_sourcerepo_repository.app_infra_repo.url
Expand Down

0 comments on commit 3d3d0b7

Please sign in to comment.