Skip to content

Commit

Permalink
Fix fluentbit log group name in helm chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhoisko authored Oct 29, 2024
1 parent d115be8 commit 570b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ module "aws_for_fluentbit" {
},
{
name = "cloudWatchLogs.logGroupName"
value = local.aws_for_fluentbit_cw_log_group_name
value = aws_cloudwatch_log_group.aws_for_fluentbit.name
},
{
name = "cloudWatchLogs.logGroupTemplate"
Expand Down

0 comments on commit 570b8d4

Please sign in to comment.