terraform-aws-rds-cluster icon indicating copy to clipboard operation
terraform-aws-rds-cluster copied to clipboard

Only set db_cluster_instance_class on the secondary cluster when local.is_serverless is false

Open raymondchen625 opened this issue 1 year ago • 0 comments

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.

raymondchen625 avatar Sep 04 '24 18:09 raymondchen625