Add full example and link to Atlas Post Processor
This commit is contained in:
parent
ed86277714
commit
912111ca42
|
@ -112,13 +112,21 @@ It is important to sequence post processors when creating and uploading vagrant
|
|||
},
|
||||
{
|
||||
"type": "atlas",
|
||||
...
|
||||
"only": ["virtualbox-iso"],
|
||||
"artifact": "dundlermifflin/dwight-schrute",
|
||||
"artifact_type": "vagrant.box",
|
||||
"metadata": {
|
||||
"provider": "virtualbox",
|
||||
"version": "0.0.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
More documentation on the Atlas post-processor can be found [here](/docs/post-processors/atlas.html)
|
||||
|
||||
## Input Artifacts
|
||||
|
||||
When using post-processors, the input artifact (coming from a builder or another
|
||||
|
|
Loading…
Reference in New Issue