diff --git a/packer/test-fixtures/build-template-path.json b/packer/test-fixtures/build-template-path.json new file mode 100644 index 000000000..dcda0818a --- /dev/null +++ b/packer/test-fixtures/build-template-path.json @@ -0,0 +1,6 @@ +{ + "builders": [{ + "type": "test", + "value": "{{template_dir}}" + }] +}