ECS will call a deploy successful before it finishes. Decide what your pipeline should believe.

Amazon ECS Early Success Criteria lets you declare a rolling deployment successful at a task percentage you choose. The same percentage is where the circuit breaker stops protecting you, which makes it a harder number to pick than it looks.
Terraform 1.16: import blocks finally work inside modules

Terraform 1.16 lets an import block live inside a child module, so a module can carry the logic that adopts the infrastructure it describes. The before and after configuration, the discovery workflow, the release direction with destroy = false, and where OpenTofu still differs.