Terraform testing thoughts
As your terraform code grows in both size and complexity you should invest in tests and other ways to ensure everything is doing exactly what you intended. Although there are existing ways to exercise parts of your code I think Terraform is currently missing an important part of testing functionality, and I hope by the end of this post you’ll agree.
<tl;dr>I want puppet catalog compile testing in terraform</tl;dr>
Our current terraform testing process looks a lot like this:
Read on →