Slide 17
Slide 17 text
Testing
• No unit testing
• Terraform core is unit tested
• Your client SDK is (or should be) tested
• Acceptance Testing
• Starts the provider under test
• Real resources in use, possibly cost involved (AWS, …)
• System Testing
• kitchen-terraform
• test full Terraform setups with tools like serverspec