mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 19:41:06 -05:00
4 lines
57 B
HCL
4 lines
57 B
HCL
variable "foo" {
|
|
type = string
|
|
default = "bar"
|
|
}
|