From e4aadb91b858b42051da1379ae3397b2df9dab06 Mon Sep 17 00:00:00 2001 From: Eric Bischoff Date: Tue, 21 May 2024 14:35:04 +0200 Subject: [PATCH] s390: reset machine id --- backend_modules/feilong/host/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/backend_modules/feilong/host/main.tf b/backend_modules/feilong/host/main.tf index d5fff1c18..7bce5ddb1 100644 --- a/backend_modules/feilong/host/main.tf +++ b/backend_modules/feilong/host/main.tf @@ -75,6 +75,7 @@ resource "null_resource" "provisioning" { gpg_keys = var.gpg_keys connect_to_base_network = true connect_to_additional_network = false + reset_ids = true ipv6 = var.ipv6 // These should be defined in a "sumaform module", but we cannot use sumaform modules,