github.com/vic3lord/terraform@v0.8.0-rc1.0.20170626102919-16c6dd2cb372/terraform/test-fixtures/apply-module-bool/child/main.tf (about) 1 variable "leader" { 2 default = false 3 } 4 5 output "leader" { 6 value = "${var.leader}" 7 }