From e78c6b12b75235d81aea989ff7bee4733384536f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B6=85?= Date: Mon, 6 Dec 2021 14:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20zond=5Fid=20=E5=92=8Cinsta?= =?UTF-8?q?nce=5Ftype=EF=BC=8Crds=5Finstance=5Ftype=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/main.tf | 2 +- variables.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/main.tf b/example/main.tf index b3cbd6e..145d261 100644 --- a/example/main.tf +++ b/example/main.tf @@ -9,5 +9,5 @@ data "alicloud_zones" "default" { module "example" { source = "../" name = var.name - availability_zone = data.alicloud_zones.default.zones.0.id + availability_zone = "cn-hangzhou-h" } diff --git a/variables.tf b/variables.tf index 5a72d77..a3cc37a 100644 --- a/variables.tf +++ b/variables.tf @@ -19,7 +19,7 @@ variable "available_disk_category" { variable "instance_type" { description = "The specification of the instance type." type = string - default = "ecs.sn2ne.large" + default = "ecs.s6-c1m1.small" } variable "system_disk_category" { @@ -79,7 +79,7 @@ variable "engine_version" { variable "rds_instance_type" { description = "The specification of the rds instance type." type = string - default = "rds.mysql.s3.large" + default = "rds.mysql.t1.small" } variable "instance_storage" {