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