I see the ability to tag ecs services was added in...
# general
f
I see the ability to tag ecs services was added in this pr: https://github.com/pulumi/pulumi-awsx/pull/179/files. It does not seem to include
tags
for
awsx.ecs.FargateService
. Was there a reason this was omitted?
It also appears you should be able to tag some other ECS resources: tasks, services, & task definitions. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html#tag-resources
@lemon-spoon-91807 thoughts?
l
mistake 🙂
feel free to submit PR.
if you're ok waiting, i can do tonight
not in front of computer. at hospital.
f
Gotcha - not super pressing. I'll open an issue in the repo.
l
note: this is just about TS
you can just add the values, and we'll respect it
and you can shut TS up
f
Right - TS wouldn't compile when I added it.
l
you can either suppress the warning, or do things like
(<ServiceArgs>args).tags = ...
f
Oh, good idea. I'll do that for now.
l
Fixed!
👍 1