mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
feat(Makefile): add script to test/view api-authentication successes/failures Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
8 lines
92 B
HCL
8 lines
92 B
HCL
terraform {
|
|
required_providers {
|
|
proxmox = {
|
|
source = "bpg/proxmox"
|
|
}
|
|
}
|
|
}
|