Skip to content

Commit

Permalink
maint: Fix formating in cloudwatch logs (#79)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Fix a formatting issue from #78 that wasn't picked up on the PR but
caused the main build to fail.

## Short description of the changes

- Remove white space so the formatting passes validation
  • Loading branch information
MikeGoldsmith authored Dec 17, 2024
1 parent c9b7c91 commit 1725ee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/cloudwatch-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module "kfh" {

resource "aws_cloudwatch_log_subscription_filter" "this" {
count = !var.use_order_independent_filter_resource_naming ? length(var.cloudwatch_log_groups) : 0

name = "${var.cloudwatch_log_groups[count.index]}-logs_subscription_filter"
role_arn = aws_iam_role.this.arn
log_group_name = var.cloudwatch_log_groups[count.index]
Expand Down

0 comments on commit 1725ee9

Please sign in to comment.