tryretool / terraform-retool-modules

MIT License
23 stars 39 forks source link

Add configuration variables for Retool & Temporal RDS clusters/instances #52

Closed briferz closed 2 months ago

briferz commented 2 months ago

This pull request primarily focuses on enhancing the configurability of the AWS ECS module for the Temporal Aurora and RDS instance. The changes introduce new variables to allow customization of engine version, serverless capacity, and instances for Temporal Aurora, as well as enabling storage encryption for the RDS instance.

Key changes include:

New Variables Introduced:

Use of New Variables:

All the new configuration variables have been given their previous non-configurable values to keep full backwards compatibility. The rds_instance_storage_encrypted variable was defaulted to false because that's the inherited value from the AWS Provider.