1a9adc29b3
fix sensitive_vars test which never worked but somehow was passing before this change.
12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"variables": {
|
|
"foo": "bar",
|
|
"bar": "{{user `foo`}}",
|
|
"baz": "{{user `bar`}}baz",
|
|
"bang": "bang{{user `baz`}}"
|
|
},
|
|
"builders": [
|
|
{"type": "foo"}
|
|
]
|
|
}
|