Merge pull request 'Update proxmox.tf' (#77) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-teste#77
This commit is contained in:
2025-08-23 18:28:39 +00:00

View File

@ -9,7 +9,7 @@ provider "proxmox" {
name = var.proxmox_username_ssh # optional
port = 22
}
password = var.proxmox_pas
password = var.proxmox_password_ssh
}
}