update vm name and dns

This commit is contained in:
tolerryan
2025-02-24 01:26:58 -06:00
parent afebc8757d
commit 8bdcd7c94a

View File

@@ -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 {