github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/initwd/testdata/local-module-symlink/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  }