Is your feature request related to a problem? Please describe.
When deploying some manifests the desired status phase is not "ready" and may be "online" or "healthy", this causes the resource to provision successfully, but report as an error to Terraform.
Describe the solution you'd like to see
Allow the manifest resource to inject a desired state to report as successful to Terraform.
Describe alternatives you've considered
As a short term solution I will generate a pull request to add "Online" and "Healthy" to the list of supported status phases to support deploying openEBS
Is your feature request related to a problem? Please describe.
When deploying some manifests the desired status phase is not "ready" and may be "online" or "healthy", this causes the resource to provision successfully, but report as an error to Terraform.
Describe the solution you'd like to see
Allow the manifest resource to inject a desired state to report as successful to Terraform.
Describe alternatives you've considered
As a short term solution I will generate a pull request to add "Online" and "Healthy" to the list of supported status phases to support deploying openEBS
Additional context
The relevant code appears to be here