Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider doesn't track remote aws-auth configmap changes #46

Open
cilindrox opened this issue Apr 9, 2021 · 0 comments
Open

Provider doesn't track remote aws-auth configmap changes #46

cilindrox opened this issue Apr 9, 2021 · 0 comments

Comments

@cilindrox
Copy link

the readme states:

On each terraform apply, the provider compares the current aws-auth configmap against the desired configmap contents, and run eksctl create iamidentitymapping to create additional mappings and eksctl delete iamidentitymapping to delete redundant mappings.

I've noticed this doesn't track any remote CM modifications and leads to drift without ever modifying TF's state. eg:

  1. terraform apply a cluster config using this module.
  2. modify aws-auth on the cluster via kubectl
  3. terraform plan - modifications to the remote aws-auth cm aren't noticed, and no changes to apply are reported by this provider.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant