Open
Description
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
.
What is your opinion?
Related PR: #629
Metadata
Metadata
Assignees
Labels
No labels