Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add tags to aws_ecs_service resource #136

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

joakimhew
Copy link
Contributor

Description

Includes the local.tags in the aws_ecs_service resource.

Motivation and Context

For consistency, tags should be used across all the compatible resources created by the module. aws_ecs_service seems to be the only resource missing tags.

Breaking Changes

no

How Has This Been Tested?

applied locally

@antonbabenko antonbabenko merged commit e139770 into terraform-aws-modules:master Jun 23, 2020
@antonbabenko
Copy link
Member

Thanks, @joakimhew !

v2.19.0 has been just released.

@nitrocode
Copy link
Member

nitrocode commented Aug 9, 2020

The breaking change is that this drops support for short arns so the global setting has to be enabled so tasks and clusters can be tagged, then the current setup has to be shut down, and then recreated

The old arns do not support this tagging which fails upon a terraform apply.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants