浏览代码

Add code structure file

Aashish Goyal 1 年之前
父节点
当前提交
6d5a8bb9e2
共有 1 个文件被更改,包括 19 次插入0 次删除
  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