Skip to content

Commit 9d69ead

Browse files
committed
make -B gen
1 parent 2f00546 commit 9d69ead

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/data-sources/workspace_preset.md

+25
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)