mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 16:54:09 -04:00
* start using `go:generate packer-sdc struct-markdown` * Update Makefile remove @go install ./cmd/struct-markdown * run go generate for struct-markdown * use //go:generate packer-sdc mapstructure-to-hcl2 * run go generate for mapstructure-to-hcl2 * remove struct-markdown and mapstructure-to-hcl2 * vendor vendors
12 lines
742 B
Plaintext
12 lines
742 B
Plaintext
<!-- Code generated from the comments of the RunConfig struct in builder/ucloud/common/run_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `availability_zone` (string) - This is the UCloud availability zone where UHost instance is located. such as: `cn-bj2-02`.
|
|
You may refer to [list of availability_zone](https://docs.ucloud.cn/api/summary/regionlist)
|
|
|
|
- `source_image_id` (string) - This is the ID of base image which you want to create your customized images with.
|
|
|
|
- `instance_type` (string) - The type of UHost instance.
|
|
You may refer to [list of instance type](https://docs.ucloud.cn/compute/terraform/specification/instance)
|
|
|
|
<!-- End of code generated from the comments of the RunConfig struct in builder/ucloud/common/run_config.go; -->
|