rshamunov commented on code in PR #26513: URL: https://github.com/apache/beam/pull/26513#discussion_r1187487846
########## playground/terraform/infrastructure/cloudbuild-manual-setup/README.md: ########## @@ -66,19 +98,26 @@ cd playground/terraform/infrastructure/cloudbuild-manual-setup/01.setup/ # Run terraform commands terraform init -backend-config="bucket=$STATE_BUCKET" -terraform apply -var="project_id=$(gcloud config get-value project)" +terraform apply var="project_id=$(gcloud config get-value project)" -var-file="$BEAM_ROOT/playground/terraform/environment/$ENVIRONMENT_NAME/common.tfvars" ``` -## 2. Connect Apache Beam GitHub repository and GCP Cloud Build -**Note:** Ensure correct `region` is set in [Cloud Build Triggers](https://console.cloud.google.com/cloud-build/triggers) page before proceeding further. +## 3. Provide IAM role for Google-managed service account Review Comment: We use custom service accounts for triggers, not default Cloud Build SA -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
