provectus / swiss-army-kube

Swiss Army Kube (SAK) is an open-source IaC (Infrastructure as Code) collection of services for quick, easy, and controllable deployment of EKS Kubernetes clusters on Amazon for your projects.
https://provectus.github.io/
Apache License 2.0
147 stars 36 forks source link

Support for provider-level tags #232

Open wallhided opened 1 year ago

wallhided commented 1 year ago

What would you like to be added: Currently all tags are set inside terraform objects. They can be defined at aws-provider-level by using "default-tags" key. https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags

This feature should be used only for common tags. Set additional tags inside terraform objects.

Why is this needed:`. This feature makes easy tags-management.