packer-cn/hcl2template/testdata/variables/unset_unused_string_variabl...

16 lines
156 B
HCL
Raw Normal View History

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