solution/networking/multi-account-multi-vpc/network/project/nat/variables.tf (12 lines of code) (raw):
variable "nat" {
description = ""
}
variable "vpc_id" {
description = ""
}
variable "cen_id" {
description = ""
}
variable "vswitch_id" {
description = ""
}