Skip to content

Commit da6f655

Browse files
authored
Merge pull request #39 from sparkfabrik/fix/2586_fix_json_configuration
refs platform/#2586: fix json configuration for EKS observability addon
2 parents 3ada2f0 + 85b9f12 commit da6f655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55
"amazon-cloudwatch-observability" = {
66
most_recent = true
77
configuration_values = jsonencode(
8-
{ "logs" : { "metrics_collected" : { "kubernetes" : { "enhanced_container_insights" : var.enhanced_container_insights_enabled } } } }
8+
{ "agent" : { "config" : { "logs" : { "metrics_collected" : { "kubernetes" : { "enhanced_container_insights" : var.enhanced_container_insights_enabled } } } } } }
99
)
1010
}
1111
} : {}

0 commit comments

Comments
 (0)