Skip to content

Commit

Permalink
Set null tags on resource
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Dec 12, 2023
1 parent 4930046 commit 6e39fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs_redwood_console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ resource "aws_ecs_task_definition" "console" {
}

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

module "ecs_console_security_group" {
Expand Down

0 comments on commit 6e39fc5

Please sign in to comment.