Skip to content

Commit 6962cfe

Browse files
authored
feat: enable node auto-repair by default (#225)
* feat: enable node auto-repair by default * chore: update variable description
1 parent 69ace20 commit 6962cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ variable "node_group_terraform_timeouts" {
475475

476476
variable "node_repair_enabled" {
477477
type = bool
478-
description = "The node auto-repair configuration for the node group will be enabled. Defaults to false"
479-
default = false
478+
description = "The node auto-repair configuration for the node group will be enabled. Defaults to true"
479+
default = true
480480
}
481481

482482
variable "detailed_monitoring_enabled" {

0 commit comments

Comments
 (0)