From 3043e79a28f7c02cd014d1ec99d56c1207a7895e Mon Sep 17 00:00:00 2001 From: jung Date: Mon, 6 Jan 2025 10:06:31 +0900 Subject: [PATCH] chore: fix template-from-scratch.md (#16041) Added the missing line to make the code snippet work --- docs/tutorials/template-from-scratch.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorials/template-from-scratch.md b/docs/tutorials/template-from-scratch.md index f3dc70c6da..b240f4ae2e 100644 --- a/docs/tutorials/template-from-scratch.md +++ b/docs/tutorials/template-from-scratch.md @@ -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