mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 16:31:48 -04:00
* Update and pin dependencies * Update NextJS Scripts * npm run lint * npm run format * docs generator: indent docs by two and make spacing better Co-authored-by: Adrien Delorme <[email protected]>
10 lines
503 B
Plaintext
10 lines
503 B
Plaintext
<!-- Code generated from the comments of the RunConfig struct in builder/amazon/common/run_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `instance_type` (string) - The EC2 instance type to use while building the
|
|
AMI, such as t2.small.
|
|
|
|
- `source_ami` (string) - The source AMI whose root volume will be copied and
|
|
provisioned on the currently running instance. This must be an EBS-backed
|
|
AMI with a root volume snapshot that you have access to. Note: this is not
|
|
used when from_scratch is set to true.
|