xuwang / aws-terraform

Code examples to create CoreOS cluster on AWS with Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to bypass Y/N confirmation when applying TF changes

thebalaa opened this issue · comments

Would be nice to not have to confirm Y/N for applying each terraform state, especially when deploying a new environment.

@thebalaa: if you add export CONFIRM_TF_APPLY=NO, and source envs.sh, you will not be asked for confirmation when terraform applies changes. For production, you might want to leave it to default YES.