mumoshu / terraform-provider-eksctl

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

serviceAccounts label is missing after merge configuration #27

Closed hand-zoulei closed 3 years ago

hand-zoulei commented 3 years ago

I tested that serviceAccount was missing from 0.11.2

2020-11-17T10:40:33.380+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: iam: 2020-11-17T10:40:33.380+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: serviceAccounts: 2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: - attachPolicyARNs: 2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: - arn:aws:iam::xxxx:policy/xxx 2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: namespace: logging 2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: withOIDC: true

2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: 2020/11/17 10:40:33 merged cluster config: 2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: iam: 2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: withOIDC: true 2020-11-17T10:40:33.381+0800 [DEBUG] plugin.terraform-provider-eksctl_v0.12.0: apiVersion: eksctl.io/v1alpha5

mumoshu commented 3 years ago

@hand-zoulei It took too much time for me to realized how this happened! Thanks for reporting, this has finally fixed in v0.13.2.