From 8bdcd7c94ac498da0fbc4c1eac14943b3790508a Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 24 Feb 2025 01:26:58 -0600 Subject: [PATCH] update vm name and dns --- pihole.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pihole.tf b/pihole.tf index a60ae1b..ca5c4ab 100644 --- a/pihole.tf +++ b/pihole.tf @@ -1,6 +1,6 @@ resource "proxmox_lxc" "pihole" { target_node = "ryuk" - hostname = "promgraph" + hostname = "pihole" vmid = 220 ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" password = "terraform" @@ -10,7 +10,7 @@ resource "proxmox_lxc" "pihole" { swap = 1024 start = true tags = "terraform" - nameserver = "192.168.0.224" + nameserver = "192.168.0.24" ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" features {