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

11 lines
107 B
HCL
Raw Normal View History

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