Skip to content

Commit 4a844ce

Browse files
committed
chore: add comment to change at next breaking change
1 parent 79f69bd commit 4a844ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,11 @@ variable "metadata_options" {
273273
}
274274
}
275275

276+
# TODO - make this false by default at next breaking change
276277
variable "enable_monitoring" {
277278
description = "Enables/disables detailed monitoring"
278279
type = bool
279-
default = false
280+
default = true
280281
}
281282

282283
variable "enable_efa_support" {

0 commit comments

Comments
 (0)