github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl2_upgrade/placeholders/input.json (about) 1 { 2 "variables": { 3 "test": "{{ .Something }}", 4 "envtest": "{{ env \"Something\"}}" 5 }, 6 "builders": [ 7 { 8 "type": "null", 9 "communicator": "none", 10 "other_prop": "{{ .Else }}" 11 } 12 ] 13 }