initial commit of replacement infrastructure automation
[awsible] / infrastructure / management-stack / variables.tf
diff --git a/infrastructure/management-stack/variables.tf b/infrastructure/management-stack/variables.tf
new file mode 100644 (file)
index 0000000..d1a1889
--- /dev/null
@@ -0,0 +1,7 @@
+variable "region" {}
+variable "remote_state_bucket" {}
+variable "remote_state_table" {}
+variable "acct_name" {}
+variable "project" {}
+variable "environment" {}
+variable "key_name" {}