mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 06:51:39 -04:00
fix sensitive_vars test which never worked but somehow was passing before this change.
10 lines
124 B
JSON
10 lines
124 B
JSON
{
|
|
"variables": {
|
|
"name": null
|
|
},
|
|
"builders": [{
|
|
"name": "{{upper `name`}}",
|
|
"type": "test"
|
|
}]
|
|
}
|