initial commit of replacement infrastructure automation
[awsible] / infrastructure / vpc / variables.tf
1 variable "region" {}
2 variable "project" {}
3 variable "environment" {}
4 variable "vpc_cidr" {}
5 variable "vpc_public_azs" {type="list"}
6 variable "vpc_private_azs" {type="list"}
7 variable "ssh_allowed_cidr" {type="list", default=[], description="List of extra cidrs to allow SSH traffic from"}