terraform-aws-rds-cluster
terraform-aws-rds-cluster copied to clipboard
Only set db_cluster_instance_class on the secondary cluster when local.is_serverless is false
what
Only set db_cluster_instance_class to non-null on the secondary cluster when local.is_serverless=false.
why
The missing serverlessv2_scaling_configuration on the secondary cluster was added in #181. The argument db_cluster_instance_class should also be aligned with the primary cluster.