initial commit of replacement infrastructure automation
[awsible] / infrastructure / vpc / variables.tf
diff --git a/infrastructure/vpc/variables.tf b/infrastructure/vpc/variables.tf
new file mode 100644 (file)
index 0000000..f8d5281
--- /dev/null
@@ -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"}