Files
Packer-Cn/hcl2template/testdata/variables/foo-string.variable.pkr.hcl
T

5 lines
57 B
HCL

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