mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
Complete restructure
This commit is contained in:
15
variables.tf
15
variables.tf
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user