opentofu-terraform-provider.../.gitignore
drewmullen 84784f352f
Feature: Allow params to support tfe team multitoken (#2498)
* 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
2025-09-10 15:48:23 -05:00

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