terraform/config/testdata/module-unnamed.tf

8 lines
74 B
HCL

module "okay" {
source = "./okay"
}
module {
source = "./not-okay"
}