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

Remove warnings from Terraform output #754

Closed
bryantbiggs opened this issue Jul 8, 2022 · 3 comments · Fixed by #1037
Closed

Remove warnings from Terraform output #754

bryantbiggs opened this issue Jul 8, 2022 · 3 comments · Fixed by #1037
Assignees
Labels
bug Something isn't working

Comments

@bryantbiggs
Copy link
Contributor

Is your feature request related to a problem? Please describe

  • Remove the use of optional() attributes that was a Terraform experiment that has been marked for removal in v1.3
  • Resolve any other warnings shown through Terraform output

Describe the solution you'd like

  • The end goal will be to make the applied output as clean as possible for users, however we will have to evaluate on a case by case basis for addons

Additional context

  • Changes that users need to make when upgrading from v4.x to v5.x need to be added to the upgrade guide
@bryantbiggs bryantbiggs added this to the v5.0 milestone Jul 8, 2022
@bkalcho
Copy link

bkalcho commented Jul 8, 2022

Just for the record. Additional warning:

Warning: Redundant ignore_changes element
│ 
│   on .terraform/modules/eks.aws_eks/main.tf line 298, in resource "aws_eks_addon" "this":
│  298: resource "aws_eks_addon" "this" {

@bryantbiggs
Copy link
Contributor Author

Thank you @bkalcho - this has been resolved in the upstream module terraform-aws-modules/terraform-aws-eks#2114 and will be remediated here when we bump the version we are using in this project

@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants