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"}