Files
calchat/tofu/e2e/provider.tf
Linus Waldowsky 417d85488d
Some checks failed
continuous-integration/drone/push Build is failing
added e2e opentofu files
2026-02-27 19:41:00 +01:00

13 lines
234 B
HCL

provider "proxmox" {
endpoint = "https://192.168.178.2:8006/"
username = "root@pam"
password = var.proxmox_password
insecure = true
ssh {
agent = false
username = "root"
password = var.proxmox_password
}
}