mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-21 11:05:44 +00:00
Add refactored e2e tests
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
1730f3c46b
commit
f6b0c6e7ef
23 changed files with 3069 additions and 11 deletions
6
tests/.gitignore
vendored
6
tests/.gitignore
vendored
|
|
@ -5,11 +5,14 @@
|
|||
### Terraform ###
|
||||
# Local .terraform directories
|
||||
**/.terraform/*
|
||||
*.terraform.lock.hcl
|
||||
|
||||
# test files
|
||||
build/
|
||||
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
# Crash log files
|
||||
crash.log
|
||||
|
||||
|
|
@ -37,4 +40,5 @@ override.tf.json
|
|||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
.env
|
||||
# End of https://www.toptal.com/developers/gitignore/api/terraform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue