mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
feat(Makefile): add script to test/view api-authentication successes/failures Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
15 lines
236 B
HCL
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
|
|
|
|
}
|