Skip to content

Commit

Permalink
Add empty tags map to task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Dec 12, 2023
1 parent 46b201c commit 4930046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/ecs_redwood_console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ resource "aws_ecs_task_definition" "console" {
lifecycle {
create_before_destroy = true
}

// Empty map prevents `{} -> null` perma-diff in plans
tags = {}
}

module "ecs_console_security_group" {
Expand Down

0 comments on commit 4930046

Please sign in to comment.