Releases: coveo/CoveoTerraformModules
Releases · coveo/CoveoTerraformModules
Breaking Change : Remove user creation from mysql_schema_configuration module
- adding tags support for root username password
- adding tag support for rds instance
- adding ignore changes to modules
- adding ignore changes parameter
- adding ignore changes value to ssm parameter
- Now ignoring all changes to password values for the mysql module
- Remove user creation from mysql_schema_configuration module
- adding kms key id
Adding Lifecycle ignored changes for all credentials value
v0.24 Adding Lifecycle ignored changes for all credentials value
Adding Ignore_changes value to SSM parameter
v0.23 Adding Ignore_changes value to SSM parameter
Adding tags support for root username and root password
-
adding tags support for root username password
-
adding tag support for rds instance
Add support for ssm tags
v0.21 Add support for ssm tags
Add overridable parameters for default charset and collation to mysql_database.schema resource
v0.19 Add overridable parameters for default charset and collation (#24)
Add final snapshot support to rds_database_cluster module when DB is deleted
Variable final_snapshot_identifier
becomes mandatory using rds_database_cluster
module, but doesn't break any existing usage of it.
Fix mysql user and mysql grant resources dont support empty string for tls option and table
Fix default value that were empty to used the real value Terraform use when those parameter are not specified.
Fix unwanted changes in mysql provider
Add optionals for tls_option and table in mysql_schema_configuration module
Add optional parameters for RDS cluster, cluster instances and instances
Added deletion_protection to aws_rds_cluster (optional)
Added performance_insights_enabled to aws_rds_cluster_instance (optional)
Added deletion_protection (optional)
[SRC-2736]