mirror of https://github.com/hashicorp/packer
parent
33f8d29571
commit
9ebf0435ff
@ -1,2 +1,3 @@
|
||||
/bin
|
||||
/local
|
||||
packerrc
|
||||
|
||||
@ -1,24 +0,0 @@
|
||||
{
|
||||
"name": "my-custom-image",
|
||||
|
||||
"builders": [
|
||||
{
|
||||
"type": "amazon-ebs",
|
||||
"region": "us-east-1",
|
||||
"source_ami": "ami-de0d9eb7"
|
||||
}
|
||||
],
|
||||
|
||||
"provisioners": [
|
||||
{
|
||||
"type": "shell",
|
||||
"path": "script.sh"
|
||||
}
|
||||
],
|
||||
|
||||
"outputs": [
|
||||
{
|
||||
"type": "vagrant"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1,15 +0,0 @@
|
||||
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]
|
||||
Loading…
Reference in new issue