hashicorp / hashicorp/terraform-plugin-framework

Tutorial Missing Step: examples/coffees

Open
#1,131 1 comment 0 reactions 0 assignees View on GitHub
bug
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

![Image](https://github.com/user-attachments/assets/0d555853-6ed2-4206-a12e-b8fbfef3dc12)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.