forseti-security / terraform-google-forseti

A Terraform module for installing Forseti on GCP
Apache License 2.0
132 stars 126 forks source link

Update README to reference helpers, not scripts folder for the cleanup script #578

Closed annarosenthal closed 4 years ago

annarosenthal commented 4 years ago

Cleanup instructions reference scripts folder which doesn't exist. Please switch to use helpers folder and, ideally, keep the commands consistent with the setup script:

. ./helpers/cleanup.sh -p PROJECT_ID -o ORG_ID -s cloud-foundation-forseti-<suffix>

and several lines below:

. ./helpers/cleanup.sh -p PROJECT_ID -o ORG_ID -s cloud-foundation-forseti-<suffix> -e

Cheers!

hshin-g commented 4 years ago

This has already been addressed in the README- closing.