We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ada2f0 + 85b9f12 commit da6f655Copy full SHA for da6f655
main.tf
@@ -5,7 +5,7 @@ locals {
5
"amazon-cloudwatch-observability" = {
6
most_recent = true
7
configuration_values = jsonencode(
8
- { "logs" : { "metrics_collected" : { "kubernetes" : { "enhanced_container_insights" : var.enhanced_container_insights_enabled } } } }
+ { "agent" : { "config" : { "logs" : { "metrics_collected" : { "kubernetes" : { "enhanced_container_insights" : var.enhanced_container_insights_enabled } } } } } }
9
)
10
}
11
} : {}
0 commit comments