X-Git-Url: http://git.squeep.com/?p=awsible;a=blobdiff_plain;f=infrastructure%2Fmodules%2Fvpcaccess-stack%2Fvariables.tf;fp=infrastructure%2Fmodules%2Fvpcaccess-stack%2Fvariables.tf;h=609ff9dad3a8169ea96c6f84864bc75988ec030d;hp=0000000000000000000000000000000000000000;hb=8576668075ca95e44481d9c9ed29d7e6af024bdc;hpb=933c48ff1e134168de3aaa2d20e4d43c13d04928 diff --git a/infrastructure/modules/vpcaccess-stack/variables.tf b/infrastructure/modules/vpcaccess-stack/variables.tf new file mode 100644 index 0000000..609ff9d --- /dev/null +++ b/infrastructure/modules/vpcaccess-stack/variables.tf @@ -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 }