Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
vars-basic-bool
/
main.tf
blob: 52d90595a275355b28f8058e3a642b92e9a638ed [
file
] [
log
] [
blame
]
// 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
}
variable
"b"
{
default
=
false
}