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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-01 22:42:48 +01:00
parent 789b2ab2a2
commit f9a664763f
2 changed files with 0 additions and 15 deletions

View File

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