add public_cidr

This commit is contained in:
Ryan Malloy 2024-03-28 18:50:40 +00:00
parent d018e9f3e6
commit be72306645
1 changed files with 4 additions and 0 deletions

View File

@ -31,4 +31,8 @@ variable "tls_key_algorithm" {
variable "vpc_cidr" {
description = "VPC CIDR"
default = "10.123.0.0/16"
}
variable "public_cidr" {
description = "Public CIDR"
default = "10.123.1.0/24"
}