github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/configload/testdata/already-installed/.terraform/modules/child_b/child_b.tf (about)

     1  
     2  module "child_d" {
     3    source  = "example.com/foo/bar_d/baz"
     4    # Intentionally no version here
     5  }