missing test-fixture files

This commit is contained in:
James Bardin 2017-10-17 18:36:51 -04:00
parent 8933ef8f70
commit 40c36b48dc
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
output "local" {
value = "test"
}

View File

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

View File

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