* 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
615 B
Plaintext
12 lines
615 B
Plaintext
<!-- Code generated from the comments of the AccessConfig struct in builder/triton/access_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `triton_account` (string) - The username of the Triton account to use when
|
|
using the Triton Cloud API.
|
|
|
|
- `triton_key_id` (string) - The fingerprint of the public key of the SSH key
|
|
pair to use for authentication with the Triton Cloud API. If
|
|
triton_key_material is not set, it is assumed that the SSH agent has the
|
|
private key corresponding to this key ID loaded.
|
|
|
|
<!-- End of code generated from the comments of the AccessConfig struct in builder/triton/access_config.go; -->
|