backport of commit 316f890fe9

backport/acc_test_logic/wrongly-witty-moccasin
Lucas Bajolet 2 years ago
parent 92ef853ab8
commit 99370ba311

@ -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