opentofu/terraform/test-fixtures/graph-node-module-expand/main.tf

4 lines
42 B
Terraform
Raw Normal View History

2015-02-07 18:19:08 -06:00
module "child" {
source = "./child"
}