# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 variable "vpc_cidr" {} variable "vpc_private_subnets" {} variable "vpc_azs" {} variable "aws_region" {} variable "target_environment" {} variable "tag_application" {} variable "vpc_enable_nat_gateway" {} variable "vpc_enable_vpn_gateway" {} variable "vpc_enable_dns_support" {} variable "vpc_enable_dns_hostnames" {}