Skip to content

Commit

Permalink
Remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mwkaufman committed Jun 11, 2020
1 parent e2d15ef commit 5895d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_ecs_task_definition" "task_definition" {
"essential": true,
"memory": 1024,
"memoryReservation": 512,
"name": ""${local.stack}_${var.name}",
"name": "${local.stack}_${var.name}",
"image": "${local.image}",
"portMappings": [
{
Expand Down

0 comments on commit 5895d97

Please sign in to comment.