Samples: end-to-end testing (#47)

Add a new sample for end-to-end testing in Terraform projects.
This commit is contained in:
Julien Corioland
2020-06-18 14:48:42 +02:00
committed by GitHub
parent 74170d8203
commit 24455a9336
11 changed files with 400 additions and 1 deletions

View File

@ -5,3 +5,5 @@ This repository contains real-world examples that will walk you through differen
## Testing Best Practices
- [Integration Testing](integration-testing/README.md)
- [Compliance Testing](compliance-testing/README.md)
- [End-to-end Testing](end-to-end-testing/README.md)