Closed ericdill closed 3 years ago
@ericdill thanks for this, I'll update the tagging logic right away. I'm assuming the same set of tags need to be added to cluster resources (e.g. ECS task definitions and tasks) by the Django application too?
Hello, I am going through the open issues and closing off some of them. I can see that Rami has updated the tagging logic, I will close this issue. Please feel free to re-open or create a new issue if you feel that there is still work that needs to be done regarding this.
Our internal requirements are that everything gets tagged with the following 7 tags
In order to achieve this, we've got
common_tags
defined above inmain.tf
. The ask here is for you to go through and figure out which of the resources (a) support tagging and (b) to switch them to mergelocal.common_tags
with whatever else coiled needs. For example, this is what would be required for thecloudwatch.tf
module:There's a bunch of other modules that need to get updated for the tagging policy at DTN. This isn't time critical, but it is important. Maybe within the next month or so?