github.com/ggriffiths/terraform@v0.9.0-beta1.0.20170222213024-79c4935604cb/terraform/test-fixtures/plan-module-var-with-default-value/main.tf (about) 1 resource "null_resource" "noop" {} 2 3 module "test" { 4 source = "./inner" 5 6 im_a_string = "hello" 7 }