The repository is structured as follows:
./
├── CHANGELOG.md
├── LICENSE
├── README.md
└── iac
├── backend.tf
├── locals.tf
├── main.tf
├── modules
│ └── generic
│ ├── datasource.tf
│ ├── locals.tf
│ ├── main.tf
│ ├── output.tf
│ ├── variables_rds.tf
│ └── version.tf
├── provider.tf
├── variables.tf
└── version.tf
- This generic module executes the download of remote modules from the repository terraform-modules-remotes.
- The generic module is located in the directory ./iac/modules/generic.
- This project utilization modules: