Open
Description
Actual Issue
no file named examples/coffees/main.tf
Priority
Low
commit of the repo
58c457935f9f13b8cc5819c7ac86bef07626c9ff
Description
I'm working through the Terraform Plugin Framework tutorials. I'm on this step verify datasource found here:
https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-data-source-read
Unfortunately there is no folder named examples/coffees. Possible solutions
- include a file called examples/coffees/main.tf with the right code
- modify the tutorial to instruct you to create the file
Workaround:
mkdir examples/coffees
touch examples/coffees/main.tf
I was then able to copy the contents of the file from the tutorial.