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