opentofu/terraform/test-fixtures/transform-destroy-edge-module-only/main.tf
Mitchell Hashimoto af61d566c2
terraform: passing test for destroy edge for module only
Just adding passing tests as a sanity check for a bug.
2017-02-07 19:12:03 -08:00

4 lines
42 B
HCL

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