We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f00546 commit 9d69eadCopy full SHA for 9d69ead
docs/data-sources/workspace_preset.md
@@ -0,0 +1,25 @@
1
+---
2
+# generated by https://github.com/hashicorp/terraform-plugin-docs
3
+page_title: "coder_workspace_preset Data Source - terraform-provider-coder"
4
+subcategory: ""
5
+description: |-
6
+ Use this data source to predefine common configurations for workspaces.
7
8
+
9
+# coder_workspace_preset (Data Source)
10
11
+Use this data source to predefine common configurations for workspaces.
12
13
14
15
+<!-- schema generated by tfplugindocs -->
16
+## Schema
17
18
+### Required
19
20
+- `name` (String) Name of the workspace preset.
21
+- `parameters` (Map of String) Parameters of the workspace preset.
22
23
+### Read-Only
24
25
+- `id` (String) ID of the workspace preset.
0 commit comments