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 +}