packer-cn/command/test-fixtures/hcl/inspect/fruit_string.pkr.hcl

6 lines
59 B
HCL

variable "fruit" {
type = string
default = "banana"
}