Skip to content

Kubernetes provider 2.0 breaks terraform-aws-eks-cluster v0.29.1 - v0.30.2 #96

Closed
@Nuru

Description

@Nuru

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

$ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions