fix: declare providers at project level
This commit is contained in:
@@ -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" {
|
||||
|
Reference in New Issue
Block a user