mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> Co-authored-by: James Humphries <James@james-humphries.co.uk>
10 lines
No EOL
235 B
Text
10 lines
No EOL
235 B
Text
.
|
|
├── module1
|
|
│ ├── main.tf
|
|
│ ├── main.tftest.hcl
|
|
│ ├── foo.tf
|
|
│ ├── foo.tftest.hcl
|
|
│ ├── bar.tf
|
|
│ └── bar.tftest.hcl
|
|
└── module2
|
|
└── ... |