alicloud-dev/examples/basic-networking/variables.tf

14 lines
219 B
Terraform
Raw Normal View History

2024-07-26 09:22:47 +08:00
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"
}