banzaicloud / terraform-provider-k8s

Kubernetes Terraform provider with support for raw manifests
https://registry.terraform.io/providers/banzaicloud/k8s
MIT License
135 stars 30 forks source link

Error: no matches for kind "Output" in version "logging.banzaicloud.io/v1beta1" inspite of resources being created in plan file. #93

Closed nishi-p closed 1 year ago

nishi-p commented 1 year ago

Describe the bug Hi, I have seeing this error while creating resources for flow and output using banzaicloud logging in the deployment stage of our pipeline: Error: no matches for kind "Output" in version "logging.banzaicloud.io/v1beta1"

Error: no matches for kind "Flow" in version "logging.banzaicloud.io/v1beta1"

Plan is adding these resources in the plan file but somehow not able to find them during deployment. Terraform version has not been upgraded as well.

Couldn't find any reference to this kind of error or issue. Would appreciate any insight.