19 lines
306 B
HCL
19 lines
306 B
HCL
variable vpc-name {
|
|
type = string
|
|
description = "Name of VPC"
|
|
}
|
|
|
|
variable vpc-description {
|
|
type = string
|
|
description = "Description of VPC"
|
|
}
|
|
|
|
variable vpc-cidr {
|
|
type = string
|
|
description = "CIDR of VPC"
|
|
}
|
|
|
|
variable vswitch-prefix {
|
|
type = string
|
|
description = "Prefix of vswitch names"
|
|
} |