solution/networking/multi-account-multi-vpc/network/project/vswitch/variable.tf (18 lines of code) (raw):

variable "vswitch_name" { description = "" } variable "cidr_block" { description = "" } variable "zone" { description = "" } variable "nat" { description = "" } variable "vpc_id" { description = "" } variable "cen_id" { description = "" }