Open Source Project (original) (raw)
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…