mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 17:06:27 -06:00
408ce5fe3f
* Revert "datadog: Fix incorrect schema of monitor for 'silenced' (#12720)" This reverts commit8730bf125f
. * Revert "schema: Allow *Resource as Elem of TypeMap in validation (#12722)" This reverts commit1df1c21d5b
. * Revert "provider/alicloud: change create ecs postpaid instance API (#12226)" This reverts commitffc5a06cb5
.
19 lines
289 B
HCL
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"
|
|
} |