Przeglądaj źródła

Add code structure file

Aashish Goyal 1 rok temu
rodzic
commit
6d5a8bb9e2
1 zmienionych plików z 19 dodań i 0 usunięć
  1. 19 0
      code_structure.txt

+ 19 - 0
code_structure.txt

@@ -0,0 +1,19 @@
+.
+├── modules/
+│   ├── ec2/
+│   │   ├── outputs.tf
+│   │   ├── terraform.tf
+│   │   ├── userdata.sh
+│   │   └── variables.tf
+│   └── vpc/
+│       ├── outputs.tf
+│       ├── terraform.tf
+│       └── variables.tf
+├── .gitignore
+├── .terraform.lock.hcl
+├── outputs.tf
+├── provider.tf
+├── README.md
+├── terraform.tf
+├── terraform.tfvars
+└── variables.tf