Merge pull request #9142 from nqb/master

Remove HCL2 var-files note from `packer build`
This commit is contained in:
Wilken Rivera 2020-05-01 06:47:17 -04:00 committed by GitHub
commit 941952b490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ Options:
-parallel-builds=1 Number of builds to run in parallel. 0 means no limit (Default: 0)
-timestamp-ui Enable prefixing of each ui output with an RFC3339 timestamp.
-var 'key=value' Variable for templates, can be used multiple times.
-var-file=path JSON file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ]
-var-file=path JSON file containing user variables.
`
return strings.TrimSpace(helpText)