- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_instance - set the `count` of the `rds_cluster_instance` to 2 - on tirith - use the terraform provider - use the count optype - set the conditiontype lessthan 1 - and then it will pass even though the `count` is larger than 1 - meaning tirith can only ddetect one rds_cluster_instance - even though terraform creates 2 rds instances in the background