Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/bootstrap/goog…
Browse files Browse the repository at this point in the history
…le to v8
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent 229e53c commit 452bd26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 0-bootstrap/cb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module "gcp_projects_state_bucket" {

module "tf_source" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
version = "~> 7.0"
version = "~> 8.0"

org_id = var.org_id
folder_id = google_folder.bootstrap.id
Expand Down Expand Up @@ -155,7 +155,7 @@ module "tf_private_pool" {

module "tf_cloud_builder" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
version = "~> 7.0"
version = "~> 8.0"

project_id = module.tf_source.cloudbuild_project_id
dockerfile_repo_uri = module.tf_source.csr_repos[local.cloudbuilder_repo].url
Expand Down Expand Up @@ -206,7 +206,7 @@ module "build_terraform_image" {

module "tf_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 7.0"
version = "~> 8.0"
for_each = local.granular_sa

project_id = module.tf_source.cloudbuild_project_id
Expand Down
2 changes: 1 addition & 1 deletion 0-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "google_folder" "bootstrap" {

module "seed_bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "~> 7.0"
version = "~> 8.0"

org_id = var.org_id
folder_id = google_folder.bootstrap.id
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/modules/infra_pipelines/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "google_storage_bucket" "cloudbuild_bucket" {

module "tf_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 7.0"
version = "~> 8.0"
for_each = toset(var.app_infra_repos)

project_id = var.cloudbuild_project_id
Expand Down

0 comments on commit 452bd26

Please sign in to comment.