From f166a49698ee17ffc7af1fd16d6498ffcefc20fd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 Aug 2022 17:42:38 -0700 Subject: fix(ops/tf): remove comments Change-Id: Ifb970bc6835fbc0de1943349739524331b6dba76 Reviewed-on: https://cl.fcuny.net/c/world/+/712 Reviewed-by: Franck Cuny Tested-by: CI --- ops/tf-gcs-init/tf-gcs-init.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ops') 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 -- cgit 1.4.1