We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ace20 commit 6962cfeCopy full SHA for 6962cfe
variables.tf
@@ -475,8 +475,8 @@ variable "node_group_terraform_timeouts" {
475
476
variable "node_repair_enabled" {
477
type = bool
478
- description = "The node auto-repair configuration for the node group will be enabled. Defaults to false"
479
- default = false
+ description = "The node auto-repair configuration for the node group will be enabled. Defaults to true"
+ default = true
480
}
481
482
variable "detailed_monitoring_enabled" {
0 commit comments