Skip to content

Conversation

tiagovmvieira
Copy link
Contributor

@tiagovmvieira tiagovmvieira commented Aug 28, 2025

Description

Add support for the sigint_rollback parameter to the ECS service resource. This parameter enables graceful termination of ECS deployments using SIGINT signals, allowing users to safely cancel in-progress deployments with automatic rollback to the previous stable state.

The implementation maintains backward compatibility by setting the default value to null and only applies when the required conditions are met (ECS deployment controller and wait_for_steady_state = true).

hashicorp/terraform-provider-aws#43986

Motivation and Context

This feature was recently added to AWS ECS and is now available in the Terraform AWS provider, making it necessary to expose it in this module for users who want to leverage this capability.

Breaking Changes

N/A

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs bryantbiggs merged commit 6dfb8ef into terraform-aws-modules:master Aug 29, 2025
12 checks passed
antonbabenko pushed a commit that referenced this pull request Aug 29, 2025
## [6.3.0](v6.2.2...v6.3.0) (2025-08-29)

### Features

* Add sigint_rollback argument support to ECS service ([#347](#347)) ([6dfb8ef](6dfb8ef))
@antonbabenko
Copy link
Member

This PR is included in version 6.3.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants