terraform/internal/command/testdata/show-json/nested-module-error/main.tf

4 lines
46 B
HCL

module "my_module" {
source = "./modules"
}