hashicorp / packer-plugin-docker

Packer plugin for Docker Builder
https://www.packer.io/docs/builders/docker
Mozilla Public License 2.0
31 stars 26 forks source link

docs: Swap order of HCL2/JSON example code tabs so that the HCL2 tab is the default #157

Closed aidan-mundy closed 1 year ago

aidan-mundy commented 1 year ago

Swaps order of HCL2/JSON example code tabs so that the HCL2 tab is the default

Ran make generate after committing changes, which did not result in a diff, so I believe this should be sufficient.

Note: The diff looks weird because git diff is getting confused by the similar blocks of code. For easier reading, I split the changes into two commits where the swaps aren't being confused by git diff.

aidan-mundy commented 1 year ago

Just noticed after merging that this also closes #121