github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/terraform/test-fixtures/plan-count-module-static/main.tf (about)

     1  variable "foo" { default = "3" }
     2  
     3  module "child" {
     4      source = "./child"
     5      value = "${var.foo}"
     6  }