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

Terraform Fix - ECS Tasks missing tags #176

Open
jmuthalaly opened this issue Jun 14, 2023 · 0 comments · May be fixed by #177
Open

Terraform Fix - ECS Tasks missing tags #176

jmuthalaly opened this issue Jun 14, 2023 · 0 comments · May be fixed by #177

Comments

@jmuthalaly
Copy link

The cloud-connector-ecs service module has a Terraform resource that defines an aws_ecs_service, but that resource is missing the optional argument of propagate_tags.

Unless this argument is defined, the running ECS Tasks will not have Tags, even if any default_tags have been specified in the aws provider configuration code. This poses an issue when attempting to properly track AWS costs by resource tagging.

Would it be possible to add the propagate_tags argument to this aws_ecs_service and set it to either SERVICE or TASK_DEFINITION?

@nkraemer-sysdig nkraemer-sysdig linked a pull request Jun 27, 2023 that will close this issue
@wideawakening wideawakening linked a pull request Jun 28, 2023 that will close this issue
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 a pull request may close this issue.

1 participant