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

Update doc example

Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
pull/9555/head
GennadySpb 6 years ago committed by Gennady Lipenkov
parent 446d259459
commit 22af3f2fd0

@ -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
}

Loading…
Cancel
Save