opentofu/terraform/test-fixtures/apply-output-orphan-module/main.tf
Mitchell Hashimoto 9e5d1f10b0
terraform: add test to verify orphan outputs in modules are removed
For #7598

This doesn't work with the old graph, we guard it as such.
2016-11-01 22:42:41 -07:00

4 lines
42 B
HCL

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