missing test-fixture files

pull/16480/head
James Bardin 9 years ago
parent 8933ef8f70
commit 40c36b48dc

@ -0,0 +1,3 @@
module "provider" {
source = "exists-in-registry/identifier/provider"
}

@ -0,0 +1,4 @@
module "foo" {
// the mock test registry will redirect this to the local tar file
source = "registry/local/sub//baz"
}
Loading…
Cancel
Save