opentofu/terraform/test-fixtures/apply-destroy-deeply-nested-module/main.tf
Paul Hinze 392f56101c core: add failing deeply nested orphan module test
I was worried about the implications of deeply nested orphaned modules
in the parent commit, so I added a test. It's failing but not quite like
I expected it to. Perhaps I've uncovered an unrelated bug here?

/cc @mitchellh
2015-07-20 10:19:52 -05:00

4 lines
40 B
HCL

module "child" {
source = "./child"
}