Skip to content

Commit d9f16d7

Browse files
committed
chore: disable detailed monitoring by default
1 parent c63a579 commit d9f16d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/eks-managed-node-group/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ variable "metadata_options" {
276276
variable "enable_monitoring" {
277277
description = "Enables/disables detailed monitoring"
278278
type = bool
279-
default = true
279+
default = false
280280
}
281281

282282
variable "enable_efa_support" {

0 commit comments

Comments
 (0)