Skip to content

Commit

Permalink
Don't set DO_NOT_FORCE_PORT in task defs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbraswell committed Dec 15, 2018
1 parent 2bb4262 commit 90ee97d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions terraform/ecs-service-bmlt-latest.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ resource "aws_ecs_task_definition" "bmlt_latest" {
{
"name": "DBPREFIX",
"value": "na"
},
{
"name": "DO_NOT_FORCE_PORT",
"value": "true"
}
],
"links": ["bmlt-db"],
Expand Down
4 changes: 0 additions & 4 deletions terraform/ecs-service-bmlt-unstable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ resource "aws_ecs_task_definition" "bmlt_unstable" {
{
"name": "DBPREFIX",
"value": "na"
},
{
"name": "DO_NOT_FORCE_PORT",
"value": "true"
}
],
"links": ["bmlt-db"],
Expand Down

0 comments on commit 90ee97d

Please sign in to comment.