Files
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

8 lines
94 B
HCL

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