@adambro
SRE / DevOps exploring Kubernetes, Docker, Cloud, AWS.
SRE / DevOps exploring Kubernetes, Docker, Cloud, AWS. Working with software from (A)nalysis to (T)ermination.
Nothing here yet.
George Silva thanks for sharing your experience. It's not that Terraform is completely terrible, but my experience was not great. It could be that we've done something the wrong way or I don't understand some concepts. And this is a rant, obviously ;) I plan to post some follow up with remedies that we've used (i.e. Makefile to run Terraform, full HCL for safe S3 state backend), because Terraform is here to stay. At least I can do that much to make a world a better place. Stay tuned! The main point is that if you start using Terraform, you have to use it for everything. If half of your stuff is on terraform and half is not, you're going to have some pains, indeed. Good point about that. Some of the problems seems to be caused by manual changes in the admin panel. I'll think how to make it easier to do the right thing (use Terraform code), rather than the wrong one (manual change). Also many thanks for the tips about tags and Atlantis - that might be just something that we need!