Created
September 5, 2019 05:19
-
-
Save simbalinux/dd44f40b22b356a18604aaed173d5f95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PROD ORG | |
export TF_VAR_org_id=25xxxxxxxx | |
#-- BILLING INFO -- | |
export TF_VAR_billing_account=01xxxxxxxx65FBF-xxxxx | |
#-- PROJECT_NAME -- | |
export TF_ADMIN=us-gcp-xxxxxxxxxxxstg-1 | |
#-- SERVICE_ACC_NAME -- | |
export TF_SANAME=tf-admin-prd-2 | |
#-- JSON CREDS-- | |
export TF_CREDS=./${TF_ADMIN}-admin.json | |
#-- USER PROJECTS -- | |
export TF_FOLDER_id_AME=73xxxxxxxxx49 | |
export TF_FOLDER_id_APA=2xxxxxxxxx8 | |
export TF_FOLDER_id_EMA=9xxxxxxxxx3 | |
#-- ADMIN PROJECT DROP LOCATION -- | |
export TF_FOLDER_id_AUTO_SVC=2xxxxxxxxxxx9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment