terraform/examples/alicloud-slb/variables.tf

12 lines
155 B
Terraform
Raw Normal View History

2017-01-19 15:08:56 +01:00
variable "slb_name" {
default = "slb_worder"
}
variable "internet_charge_type" {
default = "paybytraffic"
}
variable "internet" {
default = true
}