test/templates: add loading test templates

The loading_test had been added to the repository at first, but were not
versioned at that time, making those tests impossible to run on CI.
pull/12983/head
Lucas Bajolet 2 years ago
parent 0e2695d3e2
commit 316f890fe9

@ -0,0 +1,14 @@
packer {
required_plugins {
tester = {
source = "github.com/hashicorp/tester"
version = "= 1.0.9"
}
}
}
source "tester-dynamic" "test" {}
build {
sources = ["tester-dynamic.test"]
}

@ -0,0 +1,6 @@
{
"builders": [{
"type": "tester-dynamic",
"name": "test"
}]
}
Loading…
Cancel
Save