2 points by rafgg 3 days ago | 5 comments
- In my view, the most valuable aspect is test/live drift. We’ve only implemented half of this concept so far: the price catalog is hardcoded as a constant, and CI validates it against the documentation. Our check detects any discrepancies, and a Terraform-style push-reconciliation fixes them. One question usually determines the fate of such tools: how does the `plan` phase handle resources created outside the configuration—for instance, if the support team manually adds a coupon or a price via the dashboard? "Terraform-for-anything" lives or dies based on its ability to detect external drift, not on the elegance of the `apply` operation.
- [dead]
- Sweet
- thanks!
- [flagged]