Skip to content

Commit b74055c

Browse files
committed
add more instructions on sa.tf
1 parent 91b1f2a commit b74055c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

0-bootstrap/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ The following steps will guide you through deploying without using Cloud Build.
393393

394394
1. In `sa.tf` file, comment out lines related to Cloud Build. Specifically, search for `cicd_project_iam_member` and comment out the corresponding module, as well as the "depends_on" meta-argument in any modules that depend on the commented module.
395395

396+
1. In `sa.tf` file, search for `local.cicd_project_id` and comment out the corresponding code.
397+
396398
1. Use the helper script [validate-requirements.sh](../scripts/validate-requirements.sh) to validate your environment:
397399

398400
```bash

0 commit comments

Comments
 (0)