lablabs / terraform-aws-eks-karpenter

A terraform module to deploy the karpenter on Amazon EKS cluster.
Apache License 2.0
9 stars 3 forks source link

Fix/iam condition #2

Closed Peter-Velas closed 2 years ago

Peter-Velas commented 2 years ago

Description

There was a change in tag naming scheme for karpenter resources which differs from official documentation (link bellow). Thus we split delete permissions to two individual statements with different tag to correctly match owner of resource.

https://karpenter.sh/v0.14.0/upgrade-guide/#upgrading-to-v0140

Type of change

How Has This Been Tested?

All went fine without errors