mumoshu/terraform-provider-eksctl

How can I tag the EKS Control Plane with custom tags

Closed this issue · 1 comments

In eksctl, you can define custom tags under metadata > tags. How can I do this with this provider?

@biguatch Thanks for reporting! This isn't supported yet. But I'm working on exposing it via the resource config. It should look like:

tags = {
  tagkey = "tagvalue"}
}