github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/terraform/testdata/apply-module-bool/child/main.tf (about) 1 variable "leader" { 2 default = false 3 } 4 5 output "leader" { 6 value = "${var.leader}" 7 }