mirror of https://github.com/hashicorp/packer
backport of commit c856674a3e
parent
cfe7efff2f
commit
d4d2103c86
@ -0,0 +1,14 @@
|
||||
packer {
|
||||
required_plugins {
|
||||
tester = {
|
||||
source = "hubgit.com/hashicorp/tester"
|
||||
version = ">= 1.0.9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
source "tester-dynamic" "test" {}
|
||||
|
||||
build {
|
||||
sources = ["tester-dynamic.test"]
|
||||
}
|
||||
Loading…
Reference in new issue