github.com/paultyng/terraform@v0.6.11-0.20180227224804-66ff8f8bed40/configs/configload/test-fixtures/local-modules/child_a/child_b/child_b.tf (about)

     1  
     2  variable "v" {
     3    description = "in child_b module"
     4    default     = ""
     5  }
     6  
     7  output "hello" {
     8    value = "Hello from child_b!"
     9  }