Migrate from CloudFormation to Terraform
The Tale of the CloudFormation
A long time ago, in a land far, far away, there was a DevOps dojo.The dojo trained young padawans in DevOps craftsmanship.Many of them were ambitious and wanted to use their skills in practice as soon as possible.They w...
tymik.me3 min read
Adam Brodziak
SRE / DevOps exploring Kubernetes, Docker, Cloud, AWS.
I wonder why go with Terraform? You loose some traits CloudFormation gives you, e.g. rollbacks on failed deploy, no need to keep external state. Since CF was used I guess it was AWS-only, so Terraform's questionable universality does not matter. Then why?