From 6168518339ab4a8c50bfa25ee7e7c37d1f3597bd Mon Sep 17 00:00:00 2001 From: Lawrence Aiello Date: Sun, 8 Dec 2024 18:12:06 -0500 Subject: [PATCH] chore: Add `TODO` to turn off detailed monitoring by default at next breaking change (#3233) * chore: disable detailed monitoring by default * docs: change default input value * chore: add comment to change at next breaking change * docs: change default back --- modules/eks-managed-node-group/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/eks-managed-node-group/variables.tf b/modules/eks-managed-node-group/variables.tf index e0ee435..b02f42c 100644 --- a/modules/eks-managed-node-group/variables.tf +++ b/modules/eks-managed-node-group/variables.tf @@ -273,6 +273,7 @@ variable "metadata_options" { } } +# TODO - make this false by default at next breaking change variable "enable_monitoring" { description = "Enables/disables detailed monitoring" type = bool