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

5 lines
57 B
HCL
Raw Normal View History

2020-03-12 12:08:53 -04:00
variable "foo" {
type = string
default = "bar"
}