mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
7 lines
74 B
HCL
7 lines
74 B
HCL
module "child" {
|
|
source = "./child"
|
|
}
|
|
|
|
removed {
|
|
from = module.child
|
|
} |