* 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
657 B
Plaintext
12 lines
657 B
Plaintext
<!-- Code generated from the comments of the AccessConfig struct in builder/yandex/access_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `endpoint` (string) - Non standard API endpoint. Default is `api.cloud.yandex.net:443`.
|
|
|
|
- `service_account_key_file` (string) - Path to file with Service Account key in json format. This
|
|
is an alternative method to authenticate to Yandex.Cloud. Alternatively you may set environment variable
|
|
`YC_SERVICE_ACCOUNT_KEY_FILE`.
|
|
|
|
- `max_retries` (int) - The maximum number of times an API request is being executed.
|
|
|
|
<!-- End of code generated from the comments of the AccessConfig struct in builder/yandex/access_config.go; -->
|