Add Sample: Integration Testing (#43)

add samples for integration testing
This commit is contained in:
Julien Corioland
2020-06-11 10:35:53 +02:00
committed by GitHub
parent 7d4ee2d346
commit 3328af0982
14 changed files with 211 additions and 0 deletions

7
samples/README.md Normal file
View File

@ -0,0 +1,7 @@
# 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)