Skip to content

Commit 3043e79

Browse files
authored
chore: fix template-from-scratch.md (coder#16041)
Added the missing line to make the code snippet work
1 parent 95d769d commit 3043e79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/tutorials/template-from-scratch.md

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ provider "coder" {
9999
100100
data "coder_workspace" "me" {
101101
}
102+
103+
data "coder_workspace_owner" "me" {
104+
}
102105
```
103106

104107
Notice that the `provider` blocks for `coder` and `docker` are empty. In a more

0 commit comments

Comments
 (0)