Stategraph: Deploy on AWS with Terraform Part 1
If you’re following the Infrastructure as Code space, Josh Pollara is a name you’ve likely encountered. While I haven’t personally tried terrateam, I’ve been following what he and his co-founders have been building. One of the most common questions I get from customers using Terraform is around state management. Most AWS deployments default to S3 as a backend (with DynamoDB for locking in pre-1.10 Terraform versions). The idea of exploring another mechanism in the state management space intrigued me, especially with promises around faster plans through their upcoming Velocity feature.