Skip to content

Commit 2bfe7c2

Browse files
committed
Fixes validator step at 0-bootstrap
1 parent 7c01f93 commit 2bfe7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0-bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ The following steps will guide you through deploying without using Cloud Build.
442442
```bash
443443
export VET_PROJECT_ID=A-VALID-PROJECT-ID
444444
terraform show -json bootstrap.tfplan > bootstrap.json
445-
gcloud beta terraform vet bootstrap.json --policy-library="../terraform-example-foundation/policy-library" --project ${VET_PROJECT_ID}
445+
gcloud beta terraform vet bootstrap.json --policy-library="$(pwd)/../gcp-policies" --project ${VET_PROJECT_ID}
446446
```
447447

448448
*`A-VALID-PROJECT-ID`* must be an existing project you have access to. This is necessary because `gcloud beta terraform vet` needs to link resources to a valid Google Cloud Platform project.

0 commit comments

Comments
 (0)