packer-cn/hcl2template/testdata/variables/unset_unused_string_variable.pkr.hcl
Adrien Delorme 50896d4ddf WIP
2020-03-03 11:15:56 +01:00

16 lines
156 B
HCL

variable "foo" {
type = string
}
build {
sources = [
"source.null.null-builder",
]
}
source "null" "null-builder" {
communicator = "none"
}