solution/networking/multi-account-multi-vpc/network/project/variable.tf (15 lines of code) (raw):
variable "vswitches" {
description = ""
}
variable "vpc_id" {
description = ""
}
variable "cen_id" {
description = ""
}
variable "network_acl_enabled" {
description = ""
}
variable "project_name" {
description = ""
}