Commit 849b825d authored by Asa Gage's avatar Asa Gage

Fixed missing comma in remote-builds example code.

parent c8b3dfff
......@@ -61,7 +61,7 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
"variables": ["..."],
"builders": ["..."],
"provisioners": ["..."],
"push": ["..."]
"push": ["..."],
"post-processors": [
{
"type": "atlas",
......@@ -72,4 +72,4 @@ Now we have Atlas building an AMI with Redis pre-configured. This is great, but
}
```
Update the `post-processors` block with your Atlas username, then `packer push example.json` and watch the build kick off in Atlas! When the build completes, the resulting artifact will be saved and stored in Atlas.
\ No newline at end of file
Update the `post-processors` block with your Atlas username, then `packer push example.json` and watch the build kick off in Atlas! When the build completes, the resulting artifact will be saved and stored in Atlas.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment