mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add test fixture for new getter discovery behavior
This commit is contained in:
parent
f9fb2b4c9e
commit
ba14cf9511
3
config/module/test-fixtures/discover-subdirs/main.tf
Normal file
3
config/module/test-fixtures/discover-subdirs/main.tf
Normal file
@ -0,0 +1,3 @@
|
||||
module "provider" {
|
||||
source = "namespace/identifier/provider"
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
output "local" {
|
||||
value = "test"
|
||||
}
|
Loading…
Reference in New Issue
Block a user