[BLOG] Testing HashiCorp Terraform

Comments on the blog about testing HashiCorp Terraform? Please post them here.

I’m looking forward to hopefully giving this a try soon.

How far are you hoping to be able to go with this mechanism? If/when it migrates into core Terraform would you be looking to add support for module input validation/error case checks and the ability to handle update tests (not just create), or would those be explicitly out of scope for this type of solution?

I think I found a typo in the blog post: “Integration tests check that a configuration using a Terraform module passes properly formatted inputs”. I don’t suppose the intention was to have the same definition for Contract Tests and Integration Tests, right?