This message was deleted.
# general
s
This message was deleted.
f
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