example/03-complex-enterprise/account-baseline/modules/network/variables.tf (12 lines of code) (raw):
variable "app_network_setting" {
description = ""
}
variable "cen_instance_id" {
description = ""
}
variable "vpc_id" {}
variable "vswitches_shared_services" {}
variable "vswitches_dmz" {}
variable "network_acl_enabled" {}
variable "resource_share_id" {
}