remove option for multiple pihole instances

This commit is contained in:
Ryan Goodwin 2022-06-16 15:55:17 -04:00
parent 696ccc41f7
commit 3780ee6cd2

View File

@ -135,7 +135,7 @@ resource "proxmox_vm_qemu" "media-manager" {
resource "proxmox_vm_qemu" "pi_hole" { resource "proxmox_vm_qemu" "pi_hole" {
count = 1 count = 1
name = "pihole-${count.index + 1}" name = "pihole"
vmid = "202" vmid = "202"
target_node = "recyclebin" target_node = "recyclebin"
clone = var.base_image clone = var.base_image