summaryrefslogtreecommitdiff
path: root/vendor/github.com/mitchellh/packer/examples/alicloud/basic/alicloud_with_data_disk.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mitchellh/packer/examples/alicloud/basic/alicloud_with_data_disk.json')
-rw-r--r--vendor/github.com/mitchellh/packer/examples/alicloud/basic/alicloud_with_data_disk.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/mitchellh/packer/examples/alicloud/basic/alicloud_with_data_disk.json b/vendor/github.com/mitchellh/packer/examples/alicloud/basic/alicloud_with_data_disk.json
index 88412d98..31f10ab7 100644
--- a/vendor/github.com/mitchellh/packer/examples/alicloud/basic/alicloud_with_data_disk.json
+++ b/vendor/github.com/mitchellh/packer/examples/alicloud/basic/alicloud_with_data_disk.json
@@ -12,6 +12,7 @@
"source_image":"centos_7_2_64_40G_base_20170222.vhd",
"ssh_username":"root",
"instance_type":"ecs.n1.tiny",
+ "internet_charge_type":"PayByTraffic",
"io_optimized":"true",
"image_disk_mappings":[{"disk_name":"data1","disk_size":20},{"disk_name":"data1","disk_size":20,"disk_device":"/dev/xvdz"}]
}],