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

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
## Ignore terraform provider and state files
*.terraform
*.tfstate
*.tfstate*
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
@ -290,3 +290,7 @@ __pycache__/
*.btm.cs
*.odx.cs
*.xsd.cs
# Golang
go.sum
.test-data/