mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-11 14:30:55 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user