From 5f9f239a15fa5d550c749b9ac2d4e6826fa94e6b Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Thu, 28 Mar 2024 18:49:02 +0000 Subject: [PATCH] add vpc_cidr --- variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/variables.tf b/variables.tf index 74585e6..807e4c8 100644 --- a/variables.tf +++ b/variables.tf @@ -27,4 +27,8 @@ variable "aws_secret_key" { variable "tls_key_algorithm" { default = "RSA" type = string +} +variable "vpc_cidr" { + description = "VPC CIDR" + default = "10.123.0.0/16" } \ No newline at end of file