mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
15 lines
196 B
HCL
15 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"
|
|
}
|