You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples/alicloud-vpc-multi-region/variables.tf

12 lines
194 B

variable "long_name" {
default = "alicloud"
}
variable "vpc_cidr" {
default = "10.1.0.0/21"
}
variable "region1" {
default = "cn-beijing"
}
variable "region2" {
default = "cn-hangzhou"
}