|
3 | 3 | page_title:"coder_workspace_preset Data Source - terraform-provider-coder"
|
4 | 4 | subcategory:""
|
5 | 5 | description:|-
|
6 |
| - Use this data source to predefine common configurations for coder workspaces. Users will have the option to select a defined preset, which will automatically apply the selected configuration. Any parameters defined in the preset will be applied to the workspace. Parameters that are defined by the template but not defined by the preset will still be configurable when creating a workspace. |
| 6 | + Use this data source to predefine common configurations for coder workspaces. Users will have the option to select a defined preset, which will automatically apply the selected configuration. Any parameters defined in the preset will be applied to the workspace. Parameters that are defined by the template but not defined by the preset will still be configurable when creating a workspace. @since:v2.8.0 |
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | #coder_workspace_preset (Data Source)
|
10 | 10 |
|
11 |
| -Use this data source to predefine common configurations for coder workspaces. Users will have the option to select a defined preset, which will automatically apply the selected configuration. Any parameters defined in the preset will be applied to the workspace. Parameters that are defined by the template but not defined by the preset will still be configurable when creating a workspace. |
| 11 | +Use this data source to predefine common configurations for coder workspaces. Users will have the option to select a defined preset, which will automatically apply the selected configuration. Any parameters defined in the preset will be applied to the workspace. Parameters that are defined by the template but not defined by the preset will still be configurable when creating a workspace.@since:v2.8.0 |
12 | 12 |
|
13 |
| -~>**Note:** This data source requires[Coder v2.18.0](https://github.com/coder/coder/releases/tag/v2.18.0) or later. |
| 13 | +~>**Note:** This data source requires[Coder v2.8.0](https://github.com/coder/coder/releases/tag/v2.8.0) or later. |
14 | 14 |
|
15 | 15 | ##Example Usage
|
16 | 16 |
|
|