You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an ECS service, we set propagateTags to SERVICE. However, this value is reset to NONE during deployment using this action. After some debugging, we found that the propagate-tags parameter must be explicitly set to prevent overwriting the value.
This behavior is not ideal because it requires setting the same value in two different places (in Terraform and when calling this action). It would be better if the action honored the current setting when propagate-tags is not specified, rather than hardcoding it to NONE.