tirith icon indicating copy to clipboard operation
tirith copied to clipboard

🐛 AWS RDS terraform count is not working

Open AkashS0510 opened this issue 11 months ago • 0 comments

  • 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

AkashS0510 avatar Feb 25 '25 12:02 AkashS0510