Skip to content

Commit

Permalink
Remove uneeded tag
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 9, 2023
1 parent b75791e commit f987764
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/modules/services/nwp_consumer/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ resource "aws_cloudwatch_log_group" "log_group" {
retention_in_days = 7

tags = {
Environment = var.aws-environment
Application = "ecs-${var.ecs-task_name}"
application = "ecs-${var.ecs-task_name}"
}
}

Expand Down

0 comments on commit f987764

Please sign in to comment.