Helm in terraform

Hi All, we are using helm inside terraform to provision our applications. We are using helm Verson 3. I have a chart named normal-update. When I put the chart details inside terraform and run terraform plan, it shows like this, but when I ran terraform apply it is saying creating for a very long time, but no resources were created. But if I directly use helm command like
helm install test it is working, can someone help.

output while apply:

my tf.code

Hi there,

Currently the Helm provider does not support helm version 3. The issue tracking Helm 3 can be found here: https://github.com/terraform-providers/terraform-provider-helm/issues/299

Hopefully this will not be too long.