File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,30 @@ Please find the [examples]((https://github.com/devwithkrishna/terraform-azure-da
1313## π Structure
1414
1515<!-- BEGIN_REPO_TREE -->
16- <!-- This section will be replaced automatically by the repo tree -->
16+ ```
17+ .
18+ βββ .gitignore
19+ βββ CODEOWNERS
20+ βββ LICENSE
21+ βββ README.md
22+ βββ docs
23+ βΒ Β βββ contributing.md
24+ βββ examples
25+ βΒ Β βββ sample
26+ βΒ Β βββ main.tf
27+ βΒ Β βββ outputs.tf
28+ βΒ Β βββ providers.tf
29+ βΒ Β βββ variables.tf
30+ βββ main.tf
31+ βββ outputs.tf
32+ βββ providers.tf
33+ βββ test
34+ βΒ Β βββ README.md
35+ βΒ Β βββ terratest_test.go
36+ βββ variables.tf
37+
38+ 5 directories, 15 files
39+ ```
1740<!-- END_REPO_TREE -->
1841
1942
You canβt perform that action at this time.
0 commit comments