Skip to content

Commit

Permalink
Running pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Sep 26, 2024
1 parent cf152bc commit 755a44c
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 @@ -2627,7 +2627,7 @@ resource "kubernetes_config_map_v1" "aws_logging" {
log_group_name ${try(var.fargate_fluentbit.cwlog_group, aws_cloudwatch_log_group.fargate_fluentbit[0].name)}
log_stream_prefix fargate-logs-fluent-bit-
auto_create_group true

EOT
)
"flb_log_cw" = try(var.fargate_fluentbit.flb_log_cw, false)
Expand Down

0 comments on commit 755a44c

Please sign in to comment.