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

11 lines
274 B
Plaintext

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