mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 02:37:43 -05:00
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> Co-authored-by: James Humphries <James@james-humphries.co.uk>
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
.
|
|
├── module1
|
|
│ ├── main.tf
|
|
│ ├── foo.tf
|
|
│ ├── bar.tf
|
|
│ └── tests
|
|
│ ├── main.tftest.hcl
|
|
│ ├── foo.tftest.hcl
|
|
│ └── bar.tftest.hcl
|
|
└── module2
|
|
└── ... |