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
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
kubernetes_manifest.cert_issuer_selfsigned should be applied.
Actual Behavior
Getting error:
│ Error: Failed to morph manifest to OAPI type
│
│ with kubernetes_manifest.cert_issuer_selfsigned,
│ on certs.tf line 29, in resource "kubernetes_manifest" "cert_issuer_selfsigned":
│ 29: resource "kubernetes_manifest" "cert_issuer_selfsigned" {
│
│ AttributeName("spec"): [AttributeName("spec")] failed to morph object element into object element:
│ AttributeName("spec").AttributeName("selfSigned"): [AttributeName("spec").AttributeName("selfSigned")] failed to morph object element into object
│ element: AttributeName("spec").AttributeName("selfSigned"): [AttributeName("spec").AttributeName("selfSigned")] unsupported morph of string value
│ into type: tftypes.Object["crlDistributionPoints":tftypes.List[tftypes.String]]
╵
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
The text was updated successfully, but these errors were encountered:
Terraform, Provider, Kubernetes versions
Terraform Configuration Files
Steps to Reproduce
terraform apply
Expected Behavior
kubernetes_manifest.cert_issuer_selfsigned
should be applied.Actual Behavior
Getting error:
Community Note
The text was updated successfully, but these errors were encountered: