mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 17:34:24 -06:00
11768bcf5b
* add new rds resource and some bugs fix * add docs * fix validator conflix fix validator conflix
23 lines
339 B
HCL
23 lines
339 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 "password" {
|
|
default = "Test123456"
|
|
}
|
|
|
|
variable "image" {
|
|
default = "ubuntu_140405_32_40G_cloudinit_20161115.vhd"
|
|
}
|
|
|
|
variable "ecs_type" {
|
|
default = "ecs.n1.medium"
|
|
} |