add test fixture for new getter discovery behavior
This commit is contained in:
parent
f9fb2b4c9e
commit
ba14cf9511
|
@ -0,0 +1,3 @@
|
||||||
|
module "provider" {
|
||||||
|
source = "namespace/identifier/provider"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
output "local" {
|
||||||
|
value = "test"
|
||||||
|
}
|
Loading…
Reference in New Issue