mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 11:17:35 -05:00
16 lines
196 B
HCL
16 lines
196 B
HCL
removed {
|
|
from = foo.basic_resource
|
|
}
|
|
|
|
removed {
|
|
from = module.basic_module
|
|
}
|
|
|
|
removed {
|
|
from = module.child.foo.removed_resource_from_root_module
|
|
}
|
|
|
|
module "child" {
|
|
source = "./child"
|
|
}
|