github.com/danrjohnson/terraform@v0.7.0-rc2.0.20160627135212-d0fc1fa086ff/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 }