Cheatsheets:
programming:
How-to:
Troubleshooting:
Rants:
Other:
Cheatsheets:
programming:
How-to:
Troubleshooting:
Rants:
Other:
This is an old revision of the document!
# in your bash profie alias terra-prod="AWS_PROFILE=prod terraform" alias terra-stage="AWS_PROFILE=stage terraform" # in your awscli config [prod] aws_access_key_id = abcde1234 aws_secret_access_key = abcde1234 [stage] aws_access_key_id = abcde1234 aws_secret_access_key = abcde1234 # on the cli from inside your terraform folder $ terra-prod init $ terra-prod plan $ terra-prod apply