v0.17.1
Sync .github @max-lobur (#58)
Sync github workflows with the template
🚀 Enhancements
fix: propagate `preferred_maintenance_window` to the docdb cluster instances resources @sherifkayad (#57)
propagated preferred_maintenance_window
to the docdb cluster instances resources
what
- The maintenance window given as a variable is given to the Terraform Resource
aws_docdb_cluster_instance.default
such that the cluster and its instances have the same value given by the user - Closes #55
why
- Without that the cluster instances were having "random" windows that don't match the expectations of "potential" down time
- Users want to be in control of when their databases can go under maintenance not just at any "random" time