microsoft / code-with-engineering-playbook

This is the playbook for "code-with" customer or partner engagements
https://microsoft.github.io/code-with-engineering-playbook/
Creative Commons Attribution 4.0 International
2.23k stars 587 forks source link

Include guidelines on testing Terraform configuration #1019

Closed dianaivan11 closed 8 months ago

dianaivan11 commented 9 months ago

Guidelines on testing the Terraform configuration

What are you trying to address

Context: During our last engagement our crew dedicates some effort into putting together a list of guidelines to what exactly should be tested in a Terraform infrastructure configuration such that the tests are meaningful and bring actual value ( avoid testing for aspects that are already validated through the default Terraform behaviour).

Changes: Our playbook already contains a page on Terraform structure guidelines here. The guidelines for testing the configuration is the perfect content for another section in the same page, which is the only file updated in this PR.