From bdabf8995d464496f661bae9b7d0432e27d2eff0 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Wed, 24 Nov 2021 10:05:55 +0100 Subject: [PATCH] terraform: fix dns-1 mac --- terraform/lxc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/lxc.tf b/terraform/lxc.tf index a1293c6..b45a491 100644 --- a/terraform/lxc.tf +++ b/terraform/lxc.tf @@ -117,7 +117,7 @@ resource "proxmox_lxc" "dns-1" { bridge = "vmbr0" ip = "dhcp" ip6 = "auto" - hwaddr = "D6:DE:07:41:73:81" + hwaddr = "5E:F6:36:23:16:E3" } }