Dmitriy Gutman

Results 1 comments of Dmitriy Gutman

Faced the same, then checked state using `terraform state list` and found k8s related entries there. Then I removed then using ``` terraform state rm module.eks.kubernetes_config_map.aws_auth[0] ``` And that helped...