Merge pull request #9 from haoshuwei/bug-fix/ecs-instance-type-update

update ecs instance type
This commit is contained in:
Shuwei Hao
2019-11-22 18:13:22 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"region": "cn-hangzhou",
"image_name": "test_image{{timestamp}}",
"source_image": "centos_7_06_64_20G_alibase_20190711.vhd",
"instance_type": "ecs.n1.large",
"instance_type": "ecs.g6.large",
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
"secret_key": "{{env `ALICLOUD_SECRET_KEY`}}"
},

View File

@@ -3,7 +3,7 @@
"region": "cn-hangzhou",
"image_name": "test_image{{timestamp}}",
"source_image": "centos_7_06_64_20G_alibase_20190711.vhd",
"instance_type": "ecs.n1.large",
"instance_type": "ecs.g6.large",
"vpc_id": "vpc-xxxxxx",
"vswitch_id": "vsw-xxxxxx",
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",

View File

@@ -3,7 +3,7 @@
"region": "cn-hangzhou",
"image_name": "test_image{{timestamp}}",
"source_image": "centos_7_06_64_20G_alibase_20190711.vhd",
"instance_type": "ecs.n1.large",
"instance_type": "ecs.g6.large",
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
"secret_key": "{{env `ALICLOUD_SECRET_KEY`}}"
},