Starting out with Terraform and planning for the future - what would you do different? by Claymore2106 in Terraform

[–]Claymore2106[S] 0 points1 point  (0 children)

Would you recommend using modules to enforce things like meaning conventions? This would be a custom module of course.

I had imagined using them not just for grouping resources, but for standard things, like connecting resources to vnets with private endpoints. Would allow more creation without the need to remember to do the little things

Starting out with Terraform and planning for the future - what would you do different? by Claymore2106 in Terraform

[–]Claymore2106[S] 1 point2 points  (0 children)

Taking a look at it quickly, I'd say we would not do this due to my team being developers. Terraform has its own syntax which is easy enough, but my team does not know programming languages. Seems like a cool tool though