Hi Everyone,
I am currently working as a DevOps Engineer and am learning Terraform to upskill myself.
It is very hard to read the concept without implementing it in real projects. Can anyone suggest how to find and work with Terraform, an open-source project that will help me?
Best Regards
Ankit Ranjan
You can try to search for strategies on how to organize terraform projects(it will always be how to organize a set of terraform code) and always try to think about having a good balance between abstraction(it’s not easy) when you are defining your modules, recipes, strategies…
There are a bunch of open source modules, but it’s somewhat less common (for hopefully obvious reasons) for most projects to make their direct IAC code public or open source.
While you’ll have some limits in terms of your scale, you could try managing your own smaller scale infrastructure with Terraform, but you don’t get into some of the more weird / complex situations and challenges with state layout etc. until you are working with somewhat larger scale infrastructure.