packer-cn/hcl2template/testdata/variables/foo-string.variable.pkr.hcl

5 lines
57 B
HCL

variable "foo" {
type = string
default = "bar"
}