capitalone / Particle-Cloud-Framework

https://capitalone.github.io/Particle-Cloud-Framework/docs/build/html/index.html
Apache License 2.0
36 stars 28 forks source link

generic tagging framework #115

Open anovis opened 5 years ago

anovis commented 5 years ago

seems like a lot of particles have a separate tagging function which causes extra logic for update and is_state_definition_equivalent. We should try to break that logic out.

ethanwlo commented 5 years ago

I agree... Rumor has it that AWS is working on a generic tagging resource that can be associated to any resource. We MIGHT want to wait for that and simply break out all tag into its own particle.

kapilt commented 5 years ago

the closest thing to a generic tagging service today is called resource group tagging api, its been out for a few years.

ethanwlo commented 5 years ago

Yea. The problem with generic tagging service is that currently it only supports resources that already support tags. The “rumor” I heard is that it’s being expanded to support all resource types in the near future.