tree 
.
├── README.md
├── custom_auth.tf
├── main.tf
├── modules
│   ├── network
│   │   ├── README.md
│   │   ├── main.tf
│   │   ├── outputs.tf
│   │   └── variables.tf
│   ├── rds
│   │   ├── README.md
│   │   ├── main.tf
│   │   ├── outputs.tf
│   │   ├── security_group.tf
│   │   └── variables.tf
│   └── security_groups
│       ├── README.md
│       ├── main.tf
│       ├── outputs.tf
│       └── variables.tf
├── no_custom_auth.tf
├── outputs.tf
└── variables.tf