github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/terraform/testdata/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 }