mirror of
https://github.com/opentofu/terraform-provider-vault.git
synced 2026-01-11 19:46:35 +00:00
* allow params for tfe team multitoken * enable all tests, changelog for updates * re-add tests * add docs and changelog * skip if vault below v120 * fix comment * rm duplicate credential_type
43 lines
No EOL
517 B
Text
43 lines
No EOL
517 B
Text
*.dll
|
|
*.exe
|
|
.DS_Store
|
|
example.tf
|
|
terraform.tfplan
|
|
terraform.tfstate
|
|
bin/
|
|
modules-dev/
|
|
/pkg/
|
|
website/.vagrant
|
|
website/.bundle
|
|
website/build
|
|
website/node_modules
|
|
.vagrant/
|
|
*.backup
|
|
./*.tfstate
|
|
.terraform/
|
|
*.log
|
|
*.bak
|
|
*~
|
|
.*.swp
|
|
.idea
|
|
*.iml
|
|
*.test
|
|
.vscode
|
|
*.orig
|
|
|
|
website/vendor
|
|
|
|
# Test exclusions
|
|
!command/test-fixtures/**/*.tfstate
|
|
!command/test-fixtures/**/.terraform/
|
|
|
|
# Binaries
|
|
terraform-provider-vault
|
|
/cmd/coverage/coverage
|
|
|
|
# Scratch directory for miscellaneous files/examples/etc.
|
|
scratch
|
|
|
|
# others
|
|
.swp
|
|
.vscode |