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/versions.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

8 lines
92 B
HCL

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
}
}
}