* 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
13 lines
768 B
Plaintext
13 lines
768 B
Plaintext
<!-- Code generated from the comments of the AlicloudAccessConfig struct in builder/alicloud/ecs/access_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `access_key` (string) - Alicloud access key must be provided unless `profile` is set, but it can
|
|
also be sourced from the `ALICLOUD_ACCESS_KEY` environment variable.
|
|
|
|
- `secret_key` (string) - Alicloud secret key must be provided unless `profile` is set, but it can
|
|
also be sourced from the `ALICLOUD_SECRET_KEY` environment variable.
|
|
|
|
- `region` (string) - Alicloud region must be provided unless `profile` is set, but it can
|
|
also be sourced from the `ALICLOUD_REGION` environment variable.
|
|
|
|
<!-- End of code generated from the comments of the AlicloudAccessConfig struct in builder/alicloud/ecs/access_config.go; -->
|