Fixed missing comma in remote-builds example code.
This commit is contained in:
parent
c8b3dfff5f
commit
849b825d18
|
@ -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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue