Files

9 lines
99 B
HCL
Raw Permalink Normal View History

variable "boolean_value" {
default = false
}
variable "boolean_value" {
default = true
}