terraform/config/module/testdata/validate-module-root/main.tf

4 lines
41 B
HCL

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