Merge pull request #140 from philipcristiano/master
website: Fix introduction basic example
This commit is contained in:
commit
0197d8d8b4
@ -54,6 +54,7 @@ missing valid AWS access keys. Otherwise, it would work properly with
|
||||
"secret_key": "...",
|
||||
"region": "us-east-1",
|
||||
"source_ami": "ami-de0d9eb7",
|
||||
"instance_type": "t1.micro",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "packer {{.CreateTime}}"
|
||||
}
|
||||
@ -62,7 +63,7 @@ missing valid AWS access keys. Otherwise, it would work properly with
|
||||
"provisioners": [
|
||||
{
|
||||
"type": "shell",
|
||||
"path": "setup_things.sh"
|
||||
"script": "setup_things.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user