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

6 lines
59 B
HCL
Raw Normal View History

2020-06-23 09:17:49 -04:00
variable "fruit" {
type = string
default = "banana"
}