github.com/richardbowden/terraform@v0.6.12-0.20160901200758-30ea22c25211/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  }