change wording to soften

This commit is contained in:
Megan Marsh 2021-01-15 10:01:51 -08:00
parent 927b539ee1
commit e3b1af4711
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ Historically, Packer has used a JSON template for its configuration, but Packer
is transitioning to a new template configuration format that uses HCL2 -- the
same configuration language used by Terraform and HashiCorp's other products.
This format is more flexible, more modular, and more concise than the legacy
JSON template format. While the legacy JSON format is still supported for now,
it will eventually be deprecated. In the meantime, certain new features in the
Packer core will only be implemented for the newer HCL format. Please use the
side bar to find documentation for the different template formats.
JSON template format. While the legacy JSON format is still supported, certain
new features in the Packer core will only be implemented for the newer HCL
format. Please use the side bar to find documentation for the different
template formats.
If you need help upgrading a legacy JSON template to an HCL template, check
our upgrade guide [here](/guides/hcl/from-json-v1).