Closed apaterson-ecs closed 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.
Fixed and released. Thanks!
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.