terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Failed to load plugin schemas
Terraform Version, Provider Version and Kubernetes Version
Terraform version: 1.12.1
Kubernetes provider version: 2.37.0
Kubernetes version: N/A
terraform init terraform plan/apply
returned:
Error: Failed to load plugin schemas
│
│ Error while loading schemas for plugin components: Failed to obtain provider schema: Could not load the schema for provider registry.terraform.io/hashicorp/kubernetes: failed to retrieve schema from provider "registry.terraform.io/hashicorp/kubernetes": 2 problems:
│
│ - GetResourceIdentitySchemas Not Implemented: A GetResourceIdentitySchemas call was received by the provider, however the provider does not implement GetResourceIdentitySchemas. Either upgrade the provider to a version that implements GetResourceIdentitySchemas or this is a bug in Terraform that should be reported to the Terraform maintainers.
│ - GetResourceIdentitySchemas Not Implemented: A GetResourceIdentitySchemas call was received by the provider, however the provider does not implement GetResourceIdentitySchemas. Either upgrade the provider to a version that implements GetResourceIdentitySchemas or this is a bug in Terraform that should be reported to the Terraform maintainers...
It seems to be an issue with 2.37.0, reverted to 2.36.0 and all works fine
I'm getting the same issue. Had to downgrade to 2.36.
2.37.1 has been released and the issue has been resolved for us with that version