Complete restructure

This commit is contained in:
gregory hendrickson
2023-03-15 13:17:41 -07:00
parent 2081f04c24
commit cf7e3c2271
22 changed files with 369 additions and 521 deletions

View File

@@ -8,16 +8,7 @@ variable "region" {
description = "The region to deploy resources into"
}
variable "network_cidr" {
variable "zone" {
type = string
description = "The CIDR block for the VPC network"
}
variable "network_name" {}
variable "subnet_name" {}
variable "firewall_name" {}
description = "The zone in which resource to be deployed"
}