Update website/pages/docs/post-processors/yandex-export.mdx

Update doc example

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
This commit is contained in:
GennadySpb 2020-07-09 15:35:08 +03:00 committed by Gennady Lipenkov
parent 446d259459
commit 22af3f2fd0
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ must have write access to both `s3://packer-export/my-exported-image.qcow2` and
"paths": [
"s3://packer-export-bucket/my-exported-image.qcow2",
"s3://packer-export-bucket/template-supported-get-{{ .ImageID }}-right-here.qcow2"
"s3://packer-export-bucket/template-supported-get-{{build `ImageID` }}-right-here.qcow2"
],
"keep_input_artifact": true
}