code_structure.txt 483 B

12345678910111213141516171819
  1. .
  2. ├── modules/
  3. │ ├── ec2/
  4. │ │ ├── outputs.tf
  5. │ │ ├── terraform.tf
  6. │ │ ├── userdata.sh
  7. │ │ └── variables.tf
  8. │ └── vpc/
  9. │ ├── outputs.tf
  10. │ ├── terraform.tf
  11. │ └── variables.tf
  12. ├── .gitignore
  13. ├── .terraform.lock.hcl
  14. ├── outputs.tf
  15. ├── provider.tf
  16. ├── README.md
  17. ├── terraform.tf
  18. ├── terraform.tfvars
  19. └── variables.tf