Merge pull request #9731 from hashicorp/manifast_doc_note

Add keep_input_artifact note to the manifest post-processor
This commit is contained in:
Megan Marsh 2020-08-07 09:12:41 -07:00 committed by GitHub
commit fc8346bd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ post-processors such as Docker and Artifice.
@include 'post-processor/manifest/Config-not-required.mdx'
~> **Note**: Unlike most other post-processors, the keep_input_artifact option doesn't apply for the manifest
post-processor. We will always retain the input artifact for manifest, since deleting the files we just recorded
is not a behavior anyone should ever expect.
### Example Configuration
The minimal way to use the manifest post-processor is by just writing its definition, like: