github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl2_upgrade/placeholders/expected.pkr.hcl (about) 1 2 variable "envtest" { 3 type = string 4 default = "${env("Something")}" 5 } 6 7 variable "test" { 8 type = string 9 default = "{{ .Something }}" 10 } 11 12 source "null" "autogenerated_1" { 13 communicator = "none" 14 other_prop = "{{ .Else }}" 15 } 16 17 build { 18 sources = ["source.null.autogenerated_1"] 19 20 }