Skip to content

Commit

Permalink
Fix Terraform state by removing the stuck svcs
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Sep 25, 2024
1 parent 9507f42 commit 9b6537b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions infrastructure/removed.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
removed {
from = module.ap_southeast_1.aws_ecs_cluster.svcs

lifecycle {
destroy = false
}
}

removed {
from = module.eu_central_1.aws_ecs_cluster.svcs

lifecycle {
destroy = false
}
}

0 comments on commit 9b6537b

Please sign in to comment.