mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
* feat(provider): add support for pre(external) auth'd session tokens adds provider config inputs: - env vars: PROXMOX_VE_AUTH_PAYLOAD; PROXMOX_VE_AUTH_TICKET with PROXMOX_VE_CSRF_PREVENTION_TOKEN - provider-config: auth_payload; auth_ticket with csrf_prevention_token Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com> * add //nolint to "todo" comments/questions and lll for build to pass; add flags to terraform-plugin-docs Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com> * address first iteration of comments: remove auth-payload, improve index.md Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com> * refactor credentials using struct composition, other minor cleanups Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * fix linter error Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * fix make docs, add terraform to handle fmt Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com> --------- Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com> Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
48 lines
498 B
Plaintext
48 lines
498 B
Plaintext
/example/terraform-provider-*
|
|
/pkg/
|
|
/test/
|
|
/website/.vagrant
|
|
/website/.bundle
|
|
/website/build
|
|
/website/node_modules
|
|
/website/vendor
|
|
|
|
autogenerated/
|
|
bin/
|
|
build/
|
|
cache/
|
|
dist/
|
|
modules-dev/
|
|
|
|
.terraform/
|
|
.vagrant/
|
|
.run/
|
|
|
|
*~
|
|
*#
|
|
*.backup
|
|
*.bak
|
|
*.dll
|
|
*.exe
|
|
*.iml
|
|
*.lock.hcl
|
|
*.log
|
|
*.test
|
|
*.tfplan
|
|
*.tfstate
|
|
*.tfstate.lock.info
|
|
*.tfvars
|
|
*.env
|
|
id_rsa.pub
|
|
|
|
.*.swp
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Test exclusions
|
|
!command/test-fixtures/**/*.tfstate
|
|
!command/test-fixtures/**/.terraform/
|
|
|
|
# Binary
|
|
terraform-provider-proxmox*
|