mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

Always update IAM Identity Mappings #25

Closed mumoshu closed 3 years ago

mumoshu commented 3 years ago

In a8b085e59479f14a870033e1193fae4e07f2ea66 I had mistakenly added the iam.withOIDC: true existence check before updating IAM identity mappings. This fixes that.