mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-05 06:01:56 -04:00
7 lines
74 B
HCL
7 lines
74 B
HCL
module "child" {
|
|
source = "./child"
|
|
}
|
|
|
|
removed {
|
|
from = module.child
|
|
} |