You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the upgrade of 18.4.1 (#1840) there was a fixed made to fix the ordering problem of eks addons and node groups. This fix currently dont work since its introduces in terraform a cycling dependencie.
Versions
Terraform:
tf -version
Terraform v1.1.4
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v3.74.0
+ provider registry.terraform.io/hashicorp/cloudinit v2.2.0
+ provider registry.terraform.io/hashicorp/kubernetes v2.7.1
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
+ provider registry.terraform.io/hashicorp/tls v3.1.0
Your version of Terraform is out of date! The latest version
is 1.1.5. You can update by downloading from https://www.terraform.io/downloads.html
Provider(s):
tf providers -version
Terraform v1.1.4
on darwin_amd64
+ provider registry.terraform.io/hashicorp/aws v3.74.0
+ provider registry.terraform.io/hashicorp/cloudinit v2.2.0
+ provider registry.terraform.io/hashicorp/kubernetes v2.7.1
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
+ provider registry.terraform.io/hashicorp/tls v3.1.0
Your version of Terraform is out of date! The latest version
is 1.1.5. You can update by downloading from https://www.terraform.io/downloads.html
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
During the upgrade of 18.4.1 (#1840) there was a fixed made to fix the ordering problem of eks addons and node groups. This fix currently dont work since its introduces in terraform a cycling dependencie.
Versions
tf -version Terraform v1.1.4 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v3.74.0 + provider registry.terraform.io/hashicorp/cloudinit v2.2.0 + provider registry.terraform.io/hashicorp/kubernetes v2.7.1 + provider registry.terraform.io/hashicorp/null v3.1.0 + provider registry.terraform.io/hashicorp/random v3.1.0 + provider registry.terraform.io/hashicorp/tls v3.1.0 Your version of Terraform is out of date! The latest version is 1.1.5. You can update by downloading from https://www.terraform.io/downloads.html
Reproduction
Steps to reproduce the behavior:
Code Snippet to Reproduce
Expected behavior
Passed terraform plan
Actual behavior
See the terminal output
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: