fix: declare providers at project level

This commit is contained in:
2025-07-04 13:53:51 +00:00
parent c524868cf5
commit 4d92a926be
6 changed files with 77 additions and 72 deletions

View File

@@ -5,8 +5,6 @@ module "pve_vm" {
vm_cpu = 2
vm_ram = 2048
vm_vlan = 66
proxmox_endpoint = var.proxmox_endpoint
proxmox_api_token = var.proxmox_api_token
}
output "vm_ip" {