16 lines
194 B
TOML
16 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]
|