Open rodrigobrim opened 1 year ago
(Similarly, https://github.com/pulumi/pulumi-awsx/issues/983)
There's a recent quickfix for https://github.com/pulumi/pulumi-eks/pull/1359/files but the problem remains open in general.
With the https://www.pulumi.com/docs/concepts/options/transforms/ option a workaround should be possible to implement tagging for all child AWS resources. This is not the easiest option to use however so leaving this issue open for now. Please keep upvoting to help us prioritize.
@flostadler points out there's some extra difficulty here for resources not directly created by Pulumi.
What happened?
It doesn't matter if default or explicit tags are set on eks.NewCluster call, the following resources are created with no tags (the list is not limited to it):
Expected Behavior
Tags set on
eks.ClusterArgs.Tags
or default tags should be respected for all child resources.Steps to reproduce
Set the default tags, create an EKS cluster, then inspect the mentioned resource tags.
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).