mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
5 lines
57 B
HCL
5 lines
57 B
HCL
|
|
variable "foo" {
|
||
|
|
type = string
|
||
|
|
default = "bar"
|
||
|
|
}
|