Merge pull request #12361 from hashicorp/backport/nywilken/console-config-type-flag/grossly-tolerant-gobbler

This pull request was automerged via backport-assistant
pull/12365/head
hc-github-team-packer 3 years ago committed by GitHub
commit 7a7e5e1e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,6 +82,7 @@ Usage: packer console [options] [TEMPLATE]
Options:
-var 'key=value' Variable for templates, can be used multiple times.
-var-file=path JSON or HCL2 file containing user variables.
-config-type Set to 'hcl2' to run in HCL2 mode when no file is passed. Defaults to json.
`
return strings.TrimSpace(helpText)

Loading…
Cancel
Save