Describe the bug
When setting tags on VPCEndpointServiceConfiguration they are not set on AWS resource.
Steps to reproduce
Create VPCEndpointServiceConfiguration with tags set.
Expected outcome
Tags should be set on kubernetes VPCEndpointServiceConfiguration resources when running kubeclt get ... and on AWS resources as well. They are not set.
This seems to be the problem, there is commit on 4th of June that just sets tags to nothing - https://github.com/aws-controllers-k8s/ec2-controller/blob/main/pkg/resource/vpc_endpoint_service_configuration/hooks.go#L167
- Kubernetes version
- Using EKS (yes), if so version?
- AWS service targeted (VPC endpoint service)