opentofu/terraform/test-fixtures/apply-destroy-nested-module/main.tf
2015-07-19 13:53:31 -07:00

6 lines
48 B
HCL

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