Samples: end-to-end testing (#47)
Add a new sample for end-to-end testing in Terraform projects.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -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/
|
Reference in New Issue
Block a user