From cc3d45c19d00fa5f4e58ee65aa59027ae1a58948 Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Wed, 7 Aug 2019 18:17:54 +0200
Subject: [PATCH] worker0: Add macaddr

---
 proxmox/terraform/staging.tf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxmox/terraform/staging.tf b/proxmox/terraform/staging.tf
index 2a8cd66..b2fa770 100644
--- a/proxmox/terraform/staging.tf
+++ b/proxmox/terraform/staging.tf
@@ -165,6 +165,7 @@ module "worker0" {
     memory      = "16384"
     network = {
         ip      = "192.168.128.5"
+        macaddr = "72:D9:03:46:B1:47"
     }
 }
 
-- 
GitLab