Files
opentf/website/docs/cli/commands/test/flat-layout-module.txt
2023-12-01 08:34:59 +00:00

10 lines
235 B
Plaintext

.
├── module1
│ ├── main.tf
│ ├── main.tftest.hcl
│ ├── foo.tf
│ ├── foo.tftest.hcl
│ ├── bar.tf
│ └── bar.tftest.hcl
└── module2
└── ...