Skip to content

The current ECS service setting is not honored when propagate-tags is not set #707

Open
@mariuspaliga

Description

@mariuspaliga

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions