You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade the provider to 2.8.0 (or even the latest version)
Run terraform plan
Expected Behavior
There were no transformation errors with terraform-provider-kubernetes 2.7.1 so no errors expected with 2.8.0 or any other higher version.
Actual Behavior
Terraform fails with:
│ Error: Failed to transform List value into Tuple of different length
│
│ with module.dev-k8s.kubernetes_manifest.cert_manager_issuer,
│ on modules/kubernetes/certmanager.tf line 48, in resource "kubernetes_manifest" "cert_manager_issuer":
│ 48: resource "kubernetes_manifest" "cert_manager_issuer" {
│
│ Error: %!s(<nil>)
│ ...at attribute:
│ spec.acme.solvers
Important Factoids
Some other stuff we tried out:
Delete the resource from the Terraform state
Upgrade the kubernetes provider
Import the resource => which failed with AttributeName("spec").AttributeName("acme").AttributeName("solvers")] failed to morph list into tuple (length mismatch)
References
There are some similar issues, don't know whether the underlying problem is the same.
We see an error when we upgrade the provider from 2.7.1 to 2.8.0 (or the latest version 2.34.0) on a
kubernetes_manifest
resource.Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
terraform plan
Expected Behavior
There were no transformation errors with terraform-provider-kubernetes 2.7.1 so no errors expected with 2.8.0 or any other higher version.
Actual Behavior
Terraform fails with:
Important Factoids
Some other stuff we tried out:
AttributeName("spec").AttributeName("acme").AttributeName("solvers")] failed to morph list into tuple (length mismatch)
References
There are some similar issues, don't know whether the underlying problem is the same.
The text was updated successfully, but these errors were encountered: