Tutorial: Perform CRUD operations with Providers

so i tried to do following tutorial:
Perform CRUD Operations with Providers | Terraform - HashiCorp Learn

and right before “create order paragraph” we can see this:

path to the Hashicups provider is:
~\AppData\Roaming\terraform.d\plugins\hashicorp.com\0.3.1\windows_amd64\terraform-provider-hashicups_v0.3.1.exe
i got following error:


Can anyone help? what should i do?

This location is incorrect - it should be:

~\AppData\Roaming\terraform.d\plugins\hashicorp.com\edu\hashicups\0.3.1\windows_amd64\terraform-provider-hashicups_v0.3.1.exe

It appears some of the paths in the tutorial still date back to Terraform 0.12, and are incorrect for Terraform 0.13+.

1 Like

yes, i actually found quite a lot of outdated stuff