mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
docs: fix post-processor(checksum) hcl example. (#10734)
This commit is contained in:
parent
f4caf5978f
commit
de50cadb5c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ a third-party post-processor.
|
|||
<Tab heading="HCL2">
|
||||
|
||||
```hcl
|
||||
post-processors "checksum" {
|
||||
post-processor "checksum" {
|
||||
checksum_types = ["sha1", "sha256"]
|
||||
output = "packer_{{.BuildName}}_{{.ChecksumType}}.checksum"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue