mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
15 lines
194 B
TOML
15 lines
194 B
TOML
name = "my-custom-image"
|
|
|
|
[builder.amazon-ebs]
|
|
region = "us-east-1"
|
|
source = "ami-de0d9eb7"
|
|
|
|
[provision]
|
|
|
|
[provision.shell]
|
|
type = "shell"
|
|
path = "script.sh"
|
|
|
|
[output]
|
|
|
|
[output.vagrant]
|