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