github.com/hashicorp/go-getter/v2@v2.2.2/testdata/child/foo/main.tf (about)

     1  # Hello
     2  
     3  module "bar" {
     4      source = "./bar"
     5  }