Преглед изворни кода

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