Fixed env block in Emacs IDE docs (#3534)

This commit is contained in:
Noah Huppert
2022-08-17 16:30:45 +00:00
committed by GitHub
parent a872330a8d
commit 000e1a5ef2
+1 -1
View File
@@ -42,7 +42,7 @@ To fix this:
resource "coder_agent" "main" {
# ...
env {
env = {
name = "CODER_WORKSPACE_NAME"
value = data.coder_workspace.me.name
}