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

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