diff --git a/variables.tf b/variables.tf index 1e80556..8f82166 100644 --- a/variables.tf +++ b/variables.tf @@ -35,4 +35,9 @@ variable "vpc_cidr" { variable "public_cidr" { description = "Public CIDR" default = "10.123.1.0/24" -} \ No newline at end of file +} +variable "ingress_cidr" { + description = "CIDR that is allowed ingress access" + default = "172.59.221.135/32" +} +