opentofu/terraform/test-fixtures/graph-node-module-flatten/main.tf
2015-04-30 20:46:54 -07:00

4 lines
42 B
HCL

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