The lost love for writing Terraform modules
The ability to write effectively and elegant Terraform modules has long been revered and rewarded. Though, I see too many modules that are not written in a way that is easy to understand, they contain a lot of complexity and try to be the “complete package”. I’m writing this post to share my thoughts on the art of writing elegant Terraform modules by using four key principals: Do one thing and do it right Balance repetition and complexity Use industry-standard tooling Don’t cover what you don’t know Far from your garden-variety style guide, this post covers the art of writing Terraform modules in a nutshell....