mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-11 09:31:23 -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"
|
|
}
|