diff --git a/config.tf b/config.tf index b868cde1f17..fb3ff432af1 100644 --- a/config.tf +++ b/config.tf @@ -332,9 +332,9 @@ variable "tectonic_kubelet_debug_config" { description = "(internal) debug flags for the kubelet (used in CI only)" } -variable "tectonic_ignition_masters" { - type = "list" - default = [] +variable "tectonic_ignition_master" { + type = "string" + default = "" description = <