0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00
terraform-provider-proxmox/example/test-api-creds-auth/variables.tf
vanillaSprinkles bce2ceb522
chore(tests): add script to test/view api-authentication successes/failures (#1562)
feat(Makefile): add script to test/view api-authentication successes/failures

Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
2024-10-15 10:38:47 -04:00

12 lines
251 B
HCL

variable "auth_ticket" { default = null }
variable "csrf_prevention_token" { default = null }
variable "api_token" { default = null }
variable "otp" { default = null }
variable "username" { default = null }
variable "password" { default = null }