Skip to content

Commit

Permalink
Disable nodepool logging to cloudwatch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dpappa authored Feb 20, 2024
1 parent 5aa0166 commit c5163c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ variable "enable_node_group_private_networking" {
}

variable "enable_node_pool_monitoring" {
default = true
default = false
description = "Enable CloudWatch monitoring for the default pool(s)."
type = bool
}
Expand Down

0 comments on commit c5163c7

Please sign in to comment.