feat: remove provider
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-12-01 22:39:39 +01:00
parent bdb1847982
commit 789b2ab2a2
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -8,10 +8,10 @@ terraform {
required_version = ">= 0.13" required_version = ">= 0.13"
} }
provider "proxmox" { # provider "proxmox" {
pm_api_url = var.proxmox_url # pm_api_url = var.proxmox_url
pm_user = var.proxmox_user # pm_user = var.proxmox_user
pm_password = var.proxmox_password # pm_password = var.proxmox_password
pm_tls_insecure = true # pm_tls_insecure = true
} # }