opentofu/terraform/test-fixtures/graph-node-module-expand/main.tf
2015-02-19 12:07:57 -08:00

4 lines
42 B
HCL

module "child" {
source = "./child"
}