initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / tf_aws_asg_stack / user-data.tpl
1 #!/bin/bash
2 export EC2_REGION="${region}"
3 export CLOUD_APP="${app_name}"
4 export CLOUD_STACK="${stack}"
5 export CLOUD_DEV_PHASE="${phase}"
6 export CLOUD_COUNTRIES="${country}"
7 export CLOUD_ENVIRONMENT="${acct_name}"
8 export CLOUD_CLUSTER="${cluster}"