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

Update addons to new structure #29

Open
msfidelis opened this issue Mar 8, 2024 · 0 comments
Open

Update addons to new structure #29

msfidelis opened this issue Mar 8, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@msfidelis
Copy link
Owner

The argument resolve_conflicts on aws_eks_addons is being deprecated and replaced to resolve_conflicts_on_create.

│ Warning: Argument is deprecated
│ 
│   with aws_eks_addon.cni,
│   on addons.tf line 6, in resource "aws_eks_addon" "cni":
│    6:   resolve_conflicts = "OVERWRITE"
│ 
│ The "resolve_conflicts" attribute can't be set to "PRESERVE" on initial resource creation. Use
│ "resolve_conflicts_on_create" and/or "resolve_conflicts_on_update" instead
│ 
│ (and 4 more similar warnings elsewhere)
@msfidelis msfidelis added enhancement New feature or request good first issue Good for newcomers labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant