From 6c4bec0dd7ef1d759f0bd3c86030fd7ac0c13af2 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Fri, 8 Sep 2023 08:59:45 +0200 Subject: [PATCH] removing commented out code --- modules/host/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/host/main.tf b/modules/host/main.tf index ff9b6533..71efb70e 100644 --- a/modules/host/main.tf +++ b/modules/host/main.tf @@ -90,11 +90,6 @@ resource "hcloud_server" "server" { EOT ] } - # provisioner "remote-exec" { - # inline = [ - # "cloud-init status --wait" - # ] - # } }