mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
chore: fix template-from-scratch.md (#16041)
Added the missing line to make the code snippet work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user