Files
opentf/internal/refactoring/testdata/remove-statement/not-valid-module-block-still-exist/main.tf
Ronny Orot e9fe0f1118 Add support for removed block (#1158)
Signed-off-by: Ronny Orot <ronny.orot@gmail.com>
2024-02-21 10:31:44 +02:00

7 lines
74 B
HCL

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