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

[Addon] aws_eks_addon Allow to set different values for resolve_conflicts_on_create and resolve_conflicts_on_update #387

Closed
isaac88 opened this issue Apr 8, 2024 · 2 comments
Labels

Comments

@isaac88
Copy link

isaac88 commented Apr 8, 2024

Allow to set different values on aws_eks_addon.this for resolve_conflicts_on_create and resolve_conflicts_on_update since they have different possible values regarding terraform docs [1].

Issue: each.value.resolve_conflicts

resolve_conflicts_on_create = try(each.value.resolve_conflicts, "OVERWRITE")

resolve_conflicts_on_update = try(each.value.resolve_conflicts, "OVERWRITE")

[1]https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_addon

@isaac88 isaac88 changed the title [Addon] aws_eks_addon Allow set different values for resolve_conflicts_on_create and resolve_conflicts_on_update [Addon] aws_eks_addon Allow to set different values for resolve_conflicts_on_create and resolve_conflicts_on_update Apr 8, 2024
Copy link

github-actions bot commented May 9, 2024

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label May 9, 2024
Copy link

Issue closed due to inactivity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant