Files
tree-sitter-jhcl/fuzz/corpus/105eb22998c99d6ffc31492404017072a7a98e6c

17 lines
342 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
// 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
}