mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 19:41:06 -05:00
9 lines
99 B
HCL
9 lines
99 B
HCL
|
|
|
||
|
|
variable "boolean_value" {
|
||
|
|
default = false
|
||
|
|
}
|
||
|
|
|
||
|
|
variable "boolean_value" {
|
||
|
|
default = true
|
||
|
|
}
|