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.
When running terraform plan the above config I get the following error.
Error: Failed to determine GroupVersionResource for manifest
│
│ with kubernetes_manifest.clusterissuer_letsencrypt_prod,
│ on cert_manager.tf line 54, in resource "kubernetes_manifest" "clusterissuer_letsencrypt_prod":
│ 54: resource "kubernetes_manifest" "clusterissuer_letsencrypt_prod" {
│
│ no matches for kind "ClusterIssuer" in group "cert-manager.io"
It's correct that cert-manager.io don't exist. It will be created by the helm resource. However it cannot be created because it blocks in the planning state.
Terraform, Provider, Kubernetes versions
Affected Resource(s)
Terraform Configuration Files
Error
When running
terraform plan
the above config I get the following error.It's correct that
cert-manager.io
don't exist. It will be created by the helm resource. However it cannot be created because it blocks in the planning state.References
The same issue has been mentioned in #72.
Community Note
The text was updated successfully, but these errors were encountered: