Implement the tor_family_identity resource

This commit is contained in:
Abel Luck 2025-06-06 10:51:40 +02:00
parent 0951242b32
commit 53f019906e
22 changed files with 563 additions and 74 deletions

20
.gitignore vendored
View file

@ -1,6 +1,6 @@
.*
*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
terraform.tfstate
@ -15,12 +15,9 @@ website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
*.iml
*.test
*.iml
@ -35,9 +32,14 @@ website/vendor
*.winfile eol=crlf
terraform-provider-tor
dev/
CLAUDE.md
*.md
!README.md
!CHANGELOG.md
!CONTRIBUTING.md
extra
.direnv
.claude
e2e-test/*tfstate*
e2e-test/.terraformrc
e2e-tests/**/*tfstate*
e2e-tests/**/providers
e2e-tests/**/.terraform.lock.hcl
e2e-tests/**/torrc
e2e-tests/**/*.secret_family_key
e2e-tests/**/data