For bill tracking purpose, given we have other solutions on AWS, we are asked to add a custom tag to all tagable resources created by Terraform AWS EKS, something like Tag key = "platform" tag value = "k8s". Practically a static tag that shows it is a kubernetes resource.
We are modeling our solution after this guide:
It seems though as many resources on aws provider for eks on terraform do not provide the option for custom tags.
Is there any way we can get a custom tag across the board?
I'm still going through AWS EKS and Terraform AWS EKS guides but haven't been able that would help answer my question.
Any direction is highly appreciated!
Greg