mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Fixed env block in Emacs IDE docs (#3534)
This commit is contained in:
@@ -42,7 +42,7 @@ To fix this:
|
||||
|
||||
resource "coder_agent" "main" {
|
||||
# ...
|
||||
env {
|
||||
env = {
|
||||
name = "CODER_WORKSPACE_NAME"
|
||||
value = data.coder_workspace.me.name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user