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
Hashicorp released Kubernetes provider 2.0.0 which has breaking changes and breaks terraform-aws-eks-cluster v0.29.1 through and including v0.30.2. (While earlier versions are not compatible either, they have appropriate version pinning for the Kubernetes provider.)
Steps to Reproduce
$ terraform plan
...
Error: Unsupported argument
on .terraform/modules/eks_cluster/auth.tf line 81, in provider "kubernetes":
81: load_config_file = var.kubernetes_load_config_file
An argument named "load_config_file" is not expected here.
The text was updated successfully, but these errors were encountered:
You can switch to version 0.31.0 or later of this module (terraform-aws-eks-cluster). Version 0.31.0 pins the kubernetes provider to avoid the breaking change.
When one is published, you can switch to a later version of this module (terraform-aws-eks-cluster) which works with kubernetes provider 2.0.0.
The first 2 options are available now. No ETA on the final option. May be supplied by #93
Describe the Bug
Hashicorp released Kubernetes provider 2.0.0 which has breaking changes and breaks
terraform-aws-eks-cluster
v0.29.1 through and including v0.30.2. (While earlier versions are not compatible either, they have appropriate version pinning for the Kubernetes provider.)Steps to Reproduce
The text was updated successfully, but these errors were encountered: