Kaynağa Gözat

Added code structure file

Aashish Goyal 1 yıl önce
ebeveyn
işleme
88add5e98d
1 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  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