add test fixture for new getter discovery behavior

This commit is contained in:
James Bardin 2017-09-11 13:25:48 -04:00
parent f9fb2b4c9e
commit ba14cf9511
2 changed files with 6 additions and 0 deletions

View File

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

View File

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