missing test-fixture files
This commit is contained in:
parent
8933ef8f70
commit
40c36b48dc
|
@ -0,0 +1,3 @@
|
|||
output "local" {
|
||||
value = "test"
|
||||
}
|
|
@ -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…
Reference in New Issue