packer-cn/hcl2template/testdata/variables/unset_unused_string_variable.pkr.hcl

16 lines
156 B
HCL
Raw Normal View History

2020-02-17 16:36:19 +01:00
variable "foo" {
type = string
}
2020-03-03 11:15:56 +01:00
2020-02-17 16:36:19 +01:00
build {
sources = [
"source.null.null-builder",
]
}
source "null" "null-builder" {
2020-03-03 11:15:56 +01:00
communicator = "none"
2020-02-17 16:36:19 +01:00
}