diff --git a/config.tf b/config.tf index ea06c097009..a70992438f3 100644 --- a/config.tf +++ b/config.tf @@ -294,21 +294,30 @@ variable "tectonic_kubelet_debug_config" { description = "(internal) debug flags for the kubelet (used in CI only)" } -variable "tectonic_ignition_masters" { +variable "ignition_masters" { type = "list" default = [] description = <