packer-cn/command/test-fixtures/hcl/inspect/fruit_string.pkr.hcl
2020-06-23 15:40:54 +02:00

6 lines
59 B
HCL

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