We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92113e5 commit a7d8408Copy full SHA for a7d8408
4-projects/business_unit_1/shared/example_infra_pipeline.tf
@@ -60,7 +60,7 @@ resource "google_project_iam_member" "workload_identity_admin" {
60
}
61
62
resource "google_storage_bucket_iam_member" "cloudbuild_storage_read" {
63
- bucket = module.infra_pipelines[0].log_buckets["log_buckets"]
+ bucket = module.infra_pipelines[0].log_buckets["bu1-example-app"]
64
role = "roles/storage.admin"
65
member = "serviceAccount:${module.app_infra_cloudbuild_project[0].sa}"
66
0 commit comments