mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
packer: test fixture
This commit is contained in:
parent
639e63fd7c
commit
4620f33dd0
1 changed files with 6 additions and 0 deletions
6
packer/test-fixtures/build-template-path.json
Normal file
6
packer/test-fixtures/build-template-path.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"builders": [{
|
||||
"type": "test",
|
||||
"value": "{{template_dir}}"
|
||||
}]
|
||||
}
|
||||
Loading…
Reference in a new issue