0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/example/test-api-creds-auth/main.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

15 lines
236 B
HCL

provider "proxmox" {
insecure = true
auth_ticket = var.auth_ticket
csrf_prevention_token = var.csrf_prevention_token
api_token = var.api_token
otp = var.otp
username = var.username
password = var.password
}