mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-27 10:57:25 +02: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" {
|
variable "enable_monitoring" {
|
||||||
description = "Enables/disables detailed monitoring"
|
description = "Enables/disables detailed monitoring"
|
||||||
type = bool
|
type = bool
|
||||||
|
|||||||
Reference in New Issue
Block a user