Переглянути джерело

infra: add directory structure for terraform code

Aashish Goyal 1 рік тому
батько
коміт
508fe83a36
1 змінених файлів з 21 додано та 0 видалено
  1. 21 0
      code_structure.txt

+ 21 - 0
code_structure.txt

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