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