Terraform on Harvester

Hello,
I am currently trying to implement Terraform in our Harvester environment. After getting the Terraform project structured right, I go to run terraform plan -out harvester. I get a successful output from that.

However, when I try to do terraform apply against the Harvester provider, I keep getting API POST errors. It looks like the API call is backwards in Terraform, that should be used as the POST address.

Example:
Harvester API: type: harvesterhci.io.virtualmachineimage
Response from Terraform: Error: the server could not find the requested resource (post virtualmachineimages.harvesterhci.io)

As you can see, the two API calls are backwards from each other. Would anybody know how to fix this?

We are currently testing this on Harvester v1.2.1 AND Harvester v1.3.1. I thought maybe the newer version would have an API change, but that doesn’t seem to be the case. The API on v1.3.1 is the exact same as the API on v1.2.1.

Any help on this would be very much appreciated!

Thank you!