You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this resource to set an environment variable in a workspace.
6
+
Use this resource to set an environment variable in a workspace. Note that this resource cannot be used to overwrite existing environment variables set on the "coder_agent" resource.
7
7
---
8
8
9
9
# coder_env (Resource)
10
10
11
-
Use this resource to set an environment variable in a workspace.
11
+
Use this resource to set an environment variable in a workspace. Note that this resource cannot be used to overwrite existing environment variables set on the "coder_agent" resource.
Copy file name to clipboardExpand all lines: provider/env.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import (
12
12
13
13
funcenvResource() *schema.Resource {
14
14
return&schema.Resource{
15
-
Description: "Use this resource to set an environment variable in a workspace.",
15
+
Description: `Use this resource to set an environment variable in a workspace. Note that this resource cannot be used to overwrite existing environment variables set on the "coder_agent" resource.`,
0 commit comments