initial commit of replacement infrastructure automation
[awsible] / infrastructure / modules / vpcaccess-stack / variables.tf
1 variable "vpc_id" {}
2 variable "name" { default = "vpcaccess" }
3 variable "subnet_ids" { type="list" }
4 variable "security_group_ids" { type="list" }
5 variable "role_policy_arns" { type="list" }
6 variable "key_name" {}
7 variable "environment" {}
8 variable "acct_name" {}
9 variable "notification_arns" { type="list"}
10 variable "instance_type" { default = "t2.small" }
11 varaible "vpcaccess_elb" { default = false }