initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / vpcaccess-stack / variables.tf
diff --git a/infrastructure/modules/vpcaccess-stack/variables.tf b/infrastructure/modules/vpcaccess-stack/variables.tf
new file mode 100644 (file)
index 0000000..609ff9d
--- /dev/null
@@ -0,0 +1,11 @@
+variable "vpc_id" {}
+variable "name" { default = "vpcaccess" }
+variable "subnet_ids" { type="list" }
+variable "security_group_ids" { type="list" }
+variable "role_policy_arns" { type="list" }
+variable "key_name" {}
+variable "environment" {}
+variable "acct_name" {}
+variable "notification_arns" { type="list"}
+variable "instance_type" { default = "t2.small" }
+varaible "vpcaccess_elb" { default = false }