mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
This is a useful building block for filtering configuration based on a resource address. It is similar in principle to state filtering, but for specific resource configuration blocks.
4 lines
40 B
HCL
4 lines
40 B
HCL
module "child" {
|
|
source = "./child"
|
|
}
|