chore: fix template-from-scratch.md (#16041)

Added the missing line to make the code snippet work
This commit is contained in:
jung
2025-01-06 10:06:31 +09:00
committed by GitHub
parent 95d769da41
commit 3043e79a28

View File

@ -99,6 +99,9 @@ provider "coder" {
data "coder_workspace" "me" {
}
data "coder_workspace_owner" "me" {
}
```
Notice that the `provider` blocks for `coder` and `docker` are empty. In a more