Julien Corioland 24455a9336
Samples: end-to-end testing (#47)
Add a new sample for end-to-end testing in Terraform projects.
2020-06-18 14:48:42 +02:00

10 lines
364 B
Markdown

# Azure Terraform Samples
This repository contains real-world examples that will walk you through different concepts and help you to implements all of them on your projects.
## 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)