From 1643769f0a69b858dc2fb3c9926a125953d327ef Mon Sep 17 00:00:00 2001 From: dantefromhell <90508808+dantefromhell@users.noreply.github.com> Date: Thu, 18 May 2023 07:50:56 +0000 Subject: [PATCH] Add var.stop_after_disko to install step --- terraform/install/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/terraform/install/variables.tf b/terraform/install/variables.tf index 57fb401..50e2d27 100644 --- a/terraform/install/variables.tf +++ b/terraform/install/variables.tf @@ -50,3 +50,9 @@ variable "debug_logging" { description = "Enable debug logging" default = false } + +variable "stop_after_disko" { + type = bool + description = "Enable debug logging" + default = false +}