spotinst / terraform-spotinst-ocean-eks

[Deprecated] A Terraform module to create an Amazon Elastic Kubernetes Service (EKS) cluster with Ocean.
https://registry.terraform.io/modules/spotinst/ocean-eks/spotinst
Apache License 2.0
21 stars 30 forks source link

Terraform kubernetes provider update has removed argument #6

Closed apaterson-ecs closed 3 years ago

apaterson-ecs commented 3 years ago

Terraform kubernetes provider v2.0.0 has been release and they have removed the following argument: load_config_file https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/guides/v2-upgrade-guide#changes-to-kubernetes-credentials-supplied-in-the-provider-block

This is specified in ocean.tf file on line 7 and needs to be removed if people are using latest kubernetes version (> v2.0.0) There is no way to set the kubernetes version in the variables.tf file.

liranp commented 3 years ago

Fixed and released. Thanks!