diff --git a/variables.tf b/variables.tf index a1dfc25..48cf3c3 100644 --- a/variables.tf +++ b/variables.tf @@ -143,6 +143,7 @@ variable "worker_spot_instance_count" { variable "worker_spot_instance_bid" { description = "The price to bid for kubernetes worker spot instances." + default = "" } variable "worker_instance_type" {