docs: fix post-processor(checksum) hcl example. (#10734)

This commit is contained in:
Kris Fremen 2021-03-08 07:03:39 -05:00 committed by GitHub
parent f4caf5978f
commit de50cadb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ a third-party post-processor.
<Tab heading="HCL2"> <Tab heading="HCL2">
```hcl ```hcl
post-processors "checksum" { post-processor "checksum" {
checksum_types = ["sha1", "sha256"] checksum_types = ["sha1", "sha256"]
output = "packer_{{.BuildName}}_{{.ChecksumType}}.checksum" output = "packer_{{.BuildName}}_{{.ChecksumType}}.checksum"
} }