Skip to content

Commit

Permalink
Re-add empty tag map
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Dec 12, 2023
1 parent 2acb1b4 commit 6c69abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/ecs_redwood_console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ resource "aws_ecs_task_definition" "console" {
network_mode = "awsvpc"
requires_compatibilities = ["FARGATE"]
container_definitions = jsonencode([module.ecs_console_container_definition.json_map_object])
tags = {}

cpu = 512
memory = 1024
Expand Down

0 comments on commit 6c69abc

Please sign in to comment.