mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00: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" "me" {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
data "coder_workspace_owner" "me" {
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Notice that the `provider` blocks for `coder` and `docker` are empty. In a more
|
Notice that the `provider` blocks for `coder` and `docker` are empty. In a more
|
||||||
|
Reference in New Issue
Block a user