diff --git a/bootstrap/terraform/variables.tf b/bootstrap/terraform/variables.tf index 41d67577..4f361430 100644 --- a/bootstrap/terraform/variables.tf +++ b/bootstrap/terraform/variables.tf @@ -46,5 +46,5 @@ variable "enable_kubernetes_provider" { variable "enable_helm_provider" { type = bool description = "Installs the helm provider" - default = false + default = true }