mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: remove experiment "terraform-directory-reuse" (#21397)
Experiment is no longer required, the new method will be released without an experiment and without a toggle Main PR is: https://github.com/coder/coder/pull/21398
This commit is contained in:
Generated
+5
-9
@@ -3882,9 +3882,9 @@ CreateWorkspaceRequest provides options for creating a new workspace. Only one o
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
| Value(s) |
|
||||
|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `auto-fill-parameters`, `example`, `mcp-server-http`, `notifications`, `oauth2`, `terraform-directory-reuse`, `web-push`, `workspace-sharing`, `workspace-usage` |
|
||||
| Value(s) |
|
||||
|-------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `auto-fill-parameters`, `example`, `mcp-server-http`, `notifications`, `oauth2`, `web-push`, `workspace-sharing`, `workspace-usage` |
|
||||
|
||||
## codersdk.ExternalAPIKeyScopes
|
||||
|
||||
@@ -7895,8 +7895,7 @@ Only certain features set these fields: - FeatureManagedAgentLimit|
|
||||
"time_til_dormant_autodelete_ms": 0,
|
||||
"time_til_dormant_ms": 0,
|
||||
"updated_at": "2019-08-24T14:15:22Z",
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -7937,7 +7936,6 @@ Only certain features set these fields: - FeatureManagedAgentLimit|
|
||||
| `time_til_dormant_ms` | integer | false | | |
|
||||
| `updated_at` | string | false | | |
|
||||
| `use_classic_parameter_flow` | boolean | false | | |
|
||||
| `use_terraform_workspace_cache` | boolean | false | | |
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
@@ -8970,8 +8968,7 @@ Restarts will only happen on weekdays in this list on weeks which line up with W
|
||||
"time_til_dormant_ms": 0,
|
||||
"update_workspace_dormant_at": true,
|
||||
"update_workspace_last_used_at": true,
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -9001,7 +8998,6 @@ Restarts will only happen on weekdays in this list on weeks which line up with W
|
||||
| `update_workspace_dormant_at` | boolean | false | | Update workspace dormant at updates the dormant_at field of workspaces spawned from the template. This is useful for preventing dormant workspaces being immediately deleted when updating the dormant_ttl field to a new, shorter value. |
|
||||
| `update_workspace_last_used_at` | boolean | false | | Update workspace last used at updates the last_used_at field of workspaces spawned from the template. This is useful for preventing workspaces being immediately locked when updating the inactivity_ttl field to a new, shorter value. |
|
||||
| `use_classic_parameter_flow` | boolean | false | | Use classic parameter flow is a flag that switches the default behavior to use the classic parameter flow when creating a workspace. This only affects deployments with the experiment "dynamic-parameters" enabled. This setting will live for a period after the experiment is made the default. An "opt-out" is present in case the new feature breaks some existing templates. |
|
||||
| `use_terraform_workspace_cache` | boolean | false | | Use terraform workspace cache allows optionally specifying whether to use cached terraform directories for workspaces created from this template. This field only applies when the correct experiment is enabled. This field is subject to being removed in the future. |
|
||||
|
||||
## codersdk.UpdateUserAppearanceSettingsRequest
|
||||
|
||||
|
||||
Generated
+7
-16
@@ -80,8 +80,7 @@ To include deprecated templates, specify `deprecated:true` in the search query.
|
||||
"time_til_dormant_autodelete_ms": 0,
|
||||
"time_til_dormant_ms": 0,
|
||||
"updated_at": "2019-08-24T14:15:22Z",
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
]
|
||||
```
|
||||
@@ -139,7 +138,6 @@ Restarts will only happen on weekdays in this list on weeks which line up with W
|
||||
|`» time_til_dormant_ms`|integer|false|||
|
||||
|`» updated_at`|string(date-time)|false|||
|
||||
|`» use_classic_parameter_flow`|boolean|false|||
|
||||
|`» use_terraform_workspace_cache`|boolean|false|||
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
@@ -264,8 +262,7 @@ curl -X POST http://coder-server:8080/api/v2/organizations/{organization}/templa
|
||||
"time_til_dormant_autodelete_ms": 0,
|
||||
"time_til_dormant_ms": 0,
|
||||
"updated_at": "2019-08-24T14:15:22Z",
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -415,8 +412,7 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
|
||||
"time_til_dormant_autodelete_ms": 0,
|
||||
"time_til_dormant_ms": 0,
|
||||
"updated_at": "2019-08-24T14:15:22Z",
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -832,8 +828,7 @@ To include deprecated templates, specify `deprecated:true` in the search query.
|
||||
"time_til_dormant_autodelete_ms": 0,
|
||||
"time_til_dormant_ms": 0,
|
||||
"updated_at": "2019-08-24T14:15:22Z",
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
]
|
||||
```
|
||||
@@ -891,7 +886,6 @@ Restarts will only happen on weekdays in this list on weeks which line up with W
|
||||
|`» time_til_dormant_ms`|integer|false|||
|
||||
|`» updated_at`|string(date-time)|false|||
|
||||
|`» use_classic_parameter_flow`|boolean|false|||
|
||||
|`» use_terraform_workspace_cache`|boolean|false|||
|
||||
|
||||
#### Enumerated Values
|
||||
|
||||
@@ -1034,8 +1028,7 @@ curl -X GET http://coder-server:8080/api/v2/templates/{template} \
|
||||
"time_til_dormant_autodelete_ms": 0,
|
||||
"time_til_dormant_ms": 0,
|
||||
"updated_at": "2019-08-24T14:15:22Z",
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1139,8 +1132,7 @@ curl -X PATCH http://coder-server:8080/api/v2/templates/{template} \
|
||||
"time_til_dormant_ms": 0,
|
||||
"update_workspace_dormant_at": true,
|
||||
"update_workspace_last_used_at": true,
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -1207,8 +1199,7 @@ curl -X PATCH http://coder-server:8080/api/v2/templates/{template} \
|
||||
"time_til_dormant_autodelete_ms": 0,
|
||||
"time_til_dormant_ms": 0,
|
||||
"updated_at": "2019-08-24T14:15:22Z",
|
||||
"use_classic_parameter_flow": true,
|
||||
"use_terraform_workspace_cache": true
|
||||
"use_classic_parameter_flow": true
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user