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 ac90c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ resource "aws_ecs_service" "default" {
}

moved {
from = aws_ecs_service.ignore_changes
from = aws_ecs_service.ignore_changes[0]
to = aws_ecs_service.default
}
2 changes: 1 addition & 1 deletion service/task_def.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ resource "aws_ecs_task_definition" "default" {
}

moved {
from = aws_ecs_task_definition.ignore_changes
from = aws_ecs_task_definition.ignore_changes[0]
to = aws_ecs_task_definition.default
}

0 comments on commit ac90c78

Please sign in to comment.