initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / management-stack / user-data.tpl
diff --git a/infrastructure/modules/management-stack/user-data.tpl b/infrastructure/modules/management-stack/user-data.tpl
new file mode 100644 (file)
index 0000000..72caca9
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+export EC2_REGION="${region}"
+export CLOUD_APP="${app_name}"
+export CLOUD_STACK="${stack}"
+export CLOUD_DEV_PHASE="${phase}"
+export CLOUD_COUNTRIES="${country}"
+export CLOUD_ENVIRONMENT="${acct_name}"
+export CLOUD_CLUSTER="${cluster}"