Files
tree-sitter-jhcl/fuzz/corpus/105eb22998c99d6ffc31492404017072a7a98e6c
2021-09-19 12:00:18 +02:00

17 lines
342 B
Plaintext

// At the time of writing Terraform doesn't formally support a boolean
// type, but historically this has magically worked. Lots of TF code
// relies on this so we test it now.
variable "a" {
default = true
}
Lots of TF code
// relies on this so we test it now.
variable "a" {
default = true
}
variable "b" {
default = false
}