mirror of https://github.com/hashicorp/packer
Remotely installing plugins with a pre-release as part of the constraint is unsupported by Packer, and should error if that happens. This test makes sure that this gets treated as an error if that's the case, even before attempting to connect to the source.pull/12983/head
parent
37b33c5326
commit
59bff3bdbe
@ -0,0 +1,14 @@
|
||||
packer {
|
||||
required_plugins {
|
||||
tester = {
|
||||
source = "github.com/hashicorp/hashicups"
|
||||
version = "= 1.0.2-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
source "tester-dynamic" "test" {}
|
||||
|
||||
build {
|
||||
sources = ["tester-dynamic.test"]
|
||||
}
|
||||
Loading…
Reference in new issue