From a71702f1986f13d28e696ec4c5557af6a6a260a7 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Thu, 28 Mar 2024 18:53:47 +0000 Subject: [PATCH] add ingress_cidr --- variables.tf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" +} +