opentofu/examples/alicloud-ecs-userdata/variables.tf
Paul Stack 408ce5fe3f Revert "provider/alicloud: change create ecs postpaid instance API" (#12724)
* Revert "datadog: Fix incorrect schema of monitor for 'silenced' (#12720)"

This reverts commit 8730bf125f.

* Revert "schema: Allow *Resource as Elem of TypeMap in validation (#12722)"

This reverts commit 1df1c21d5b.

* Revert "provider/alicloud: change create ecs postpaid instance API (#12226)"

This reverts commit ffc5a06cb5.
2017-03-15 17:18:11 +02:00

19 lines
289 B
HCL

variable "vpc_cidr" {
default = "172.16.0.0/12"
}
variable "vswitch_cidr" {
default = "172.16.0.0/21"
}
variable "zone" {
default = "cn-beijing-b"
}
variable "image" {
default = "ubuntu_140405_32_40G_cloudinit_20161115.vhd"
}
variable "ecs_type" {
default = "ecs.n1.medium"
}