Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Nov 20, 2024
1 parent 1f62961 commit b1834fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions service/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,3 @@ resource "aws_ecs_service" "default" {
tags = var.tags

}

moved {
from = aws_ecs_service.ignore_changes
to = aws_ecs_service.default
}
5 changes: 0 additions & 5 deletions service/task_def.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ resource "aws_ecs_task_definition" "default" {
}
tags = var.tags
}

moved {
from = aws_ecs_task_definition.ignore_changes
to = aws_ecs_task_definition.default
}

0 comments on commit b1834fb

Please sign in to comment.