X-Git-Url: http://git.squeep.com/?p=awsible;a=blobdiff_plain;f=infrastructure%2Fvpc%2Fvariables.tf;fp=infrastructure%2Fvpc%2Fvariables.tf;h=f8d5281671a28b4997b5fb5925fa8601d049fca4;hp=0000000000000000000000000000000000000000;hb=8576668075ca95e44481d9c9ed29d7e6af024bdc;hpb=933c48ff1e134168de3aaa2d20e4d43c13d04928 diff --git a/infrastructure/vpc/variables.tf b/infrastructure/vpc/variables.tf new file mode 100644 index 0000000..f8d5281 --- /dev/null +++ b/infrastructure/vpc/variables.tf @@ -0,0 +1,7 @@ +variable "region" {} +variable "project" {} +variable "environment" {} +variable "vpc_cidr" {} +variable "vpc_public_azs" {type="list"} +variable "vpc_private_azs" {type="list"} +variable "ssh_allowed_cidr" {type="list", default=[], description="List of extra cidrs to allow SSH traffic from"}