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:
Lawrence Aiello
2024-12-08 18:12:06 -05:00
committed by GitHub
parent c63a57908d
commit 6168518339

View File

@@ -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