hashicorp / hashicorp/terraform-plugin-framework
Tutorial Missing Step: examples/coffees
- Dominant language
- Go
- Stars
- 384
- Forks
- 107
- Avg merge
- 3m
- Merged PRs (30d)
- 1
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.
```
Contributor guide
Assessment
This issue has not been assessed yet.