Files
Packer-Cn/website/content/partials/builder/ucloud/common/RunConfig-required.mdx
T
Adrien Delorme 87ba7258b3 Use packer-sdc in packer + remove mapstructure-to-hcl2 & struct-markdown (#10913)
* 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
2021-04-16 11:52:03 +02:00

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; -->