diff --git a/config.tf b/config.tf index 1d1feaa0feb..a70992438f3 100644 --- a/config.tf +++ b/config.tf @@ -312,6 +312,15 @@ variable "ignition_worker" { EOF } +variable "ignition_bootstrap" { + type = "string" + default = "" + + description = <