Is your code really good?
Do you understand the difference between "looks good" and "is good?"
Jul 29, 20245 min read322

Search for a command to run...
Articles tagged with #terraform
Do you understand the difference between "looks good" and "is good?"

One of the problems that I face frequently when writing Infrastructure as a Code is how you structure it. To answer this question, I think there are a few indicators that decide how we want to structure. One resource will have less change compared t...

Splitting tfstate files into multiple environments is very useful when your project is growing so much and you've a very big tfstate file and you need to monitor which resource are failing, which are deploying effectively. It's hard to track resource...