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
Copy file name to clipboardExpand all lines: registry/coder-labs/modules/archive/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,9 @@ module "archive" {
118
118
-`extract_on_start` (bool, default: `false`): If true, the installer waits up to `extract_wait_timeout_seconds` for the archive path to appear and extracts it on start.
119
119
-`extract_wait_timeout_seconds` (number, default: `5`): Timeout for `extract_on_start`.
120
120
121
+
> [!WARNING]
122
+
> The `create_on_stop` feature uses the `coder_script``run_on_stop` which may not work as expected on certain templates without additional provider configuration. The agent may be terminated before the script completes. See [coder/coder#6174](https://github.com/coder/coder/issues/6174) for provider-specific workarounds and [coder/coder#6175](https://github.com/coder/coder/issues/6175) for tracking a fix.
123
+
121
124
## Outputs
122
125
123
126
-`archive_path` (string): Full archive path computed as `output_dir/archive_name + extension`, where the extension comes from `compression`:
0 commit comments