github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/testdata/init-registry-module/main.tf (about)

     1  module "foo" {
     2    source = "registry.does.not.exist/example_corp/foo/bar"
     3    version = "0.1.0"
     4  }