add vpc_cidr

This commit is contained in:
Ryan Malloy 2024-03-28 18:49:57 +00:00
parent 5f9f239a15
commit d018e9f3e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
resource "aws_vpc" "sgtm_vpc" {
cidr_block = "10.123.0.0/16"
cidr_block = var.vpc_cidr
enable_dns_hostnames = true
enable_dns_support = true