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

11 lines
107 B
HCL
Raw Permalink Normal View History

2020-02-17 16:36:19 +01:00
variable "foo" {
type = string
}
build {
sources = [
2020-03-04 13:01:18 +01:00
"source.null.null-builder${var.foo}",
2020-02-17 16:36:19 +01:00
]
}