diff options
-rwxr-xr-x | ops/tf-gcs-init/tf-gcs-init.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ops/tf-gcs-init/tf-gcs-init.sh b/ops/tf-gcs-init/tf-gcs-init.sh index f675381..3a8f2b3 100755 --- a/ops/tf-gcs-init/tf-gcs-init.sh +++ b/ops/tf-gcs-init/tf-gcs-init.sh @@ -6,14 +6,6 @@ # impersonate the 'terraform' service account, so we don't need to # generate keys. The roles for the SA are also set. -# TODO: -# gcloud projects add-iam-policy-binding fcuny-backups --member="serviceAccount:terraform@fcuny-homelab.iam.gserviceaccount.com" --role="roles/viewer" -# gcloud projects add-iam-policy-binding fcuny-backups -# --member="serviceAccount:terraform@fcuny-homelab.iam.gserviceaccount.com" -# --role="roles/owner" -# I need to perform some actions on all the projects, not just the -# first one, need to expand the script for that part. - set -u set -e set -o pipefail |