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
-`dir` (String) The starting directory when a user creates a shell session. Defaults to $HOME.
52
52
-`env` (Map of String) A mapping of environment variables to set inside the workspace.
53
53
-`motd_file` (String) The path to a file within the workspace containing a message to display to users when they login via SSH. A typical value would be /etc/motd.
54
+
-`shutdown_script` (String) A script to run before the agent is stopped.
54
55
-`startup_script` (String) A script to run after the agent starts.
55
56
-`troubleshooting_url` (String) A URL to a document with instructions for troubleshooting problems with the agent.
Description: "The path to a file within the workspace containing a message to display to users when they login via SSH. A typical value would be /etc/motd.",
109
109
},
110
+
"shutdown_script": {
111
+
ForceNew: true,
112
+
Description: "A script to run before the agent is stopped.",
0 commit comments