mirror of https://github.com/hashicorp/packer
parent
2570d911ed
commit
5579aed4ce
@ -0,0 +1,19 @@
|
||||
{
|
||||
"builders": [
|
||||
{
|
||||
"type": "amazon-ebs",
|
||||
"access_key": "YOUR_AWS_ACCESS_KEY",
|
||||
"secret_key": "YOUR_AWS_SECRET_KEY",
|
||||
"region": "us-east-1"
|
||||
}
|
||||
],
|
||||
"provisioners": [
|
||||
{
|
||||
"type": "shell",
|
||||
"inline": [
|
||||
"sudo apt-get update",
|
||||
"sudo apt-get install -y nginx"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in new issue