Skip to content

GetResourceIdentitySchemas Not Implemented (terraform terraform 1.12.1 x64) #2732

@virasana

Description

@virasana

Terraform Version, Provider Version and Kubernetes Version

Terraform version: terraform 1.12.1 x64
Kubernetes provider version:  v2.37.0
Kubernetes version:  1.30.9

Affected Resource(s)

Error: Failed to load plugin schemas

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
provider "kubernetes" {
  config_path    = var.kube_config_path
  config_context = var.cluster_name
}

terraform {
  backend "azurerm" {
    container_name = "xxxxx"
  }
}

Debug Output

Panic Output

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
Success! The configuration is valid.

terraform plan -var-file='dev.tfvars' -input=false -out "tf.plan" 
╷
│ 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...

Steps to Reproduce

No. We just pulled the latest provider and it was working literally 20 mins ago on the previous provider version.

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions