File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,9 @@ resource "docker_container" "workspace" {
69
69
- ` access_port ` (Number) The access port of the Coder deployment provisioning this workspace.
70
70
- ` access_url ` (String) The access URL of the Coder deployment provisioning this workspace.
71
71
- ` id ` (String) UUID of the workspace.
72
+ - ` is_prebuild ` (Boolean) Whether the workspace is a prebuild.
72
73
- ` name ` (String) Name of the workspace.
74
+ - ` prebuild_count ` (Number) A computed count, equal to 1 if the workspace was prebuilt.
73
75
- ` start_count ` (Number) A computed count based on ` transition ` state. If ` start ` , count will equal 1.
74
76
- ` template_id ` (String) ID of the workspace's template.
75
77
- ` template_name ` (String) Name of the workspace's template.
Original file line number Diff line number Diff line change @@ -37,6 +37,17 @@ data "coder_workspace_preset" "example" {
37
37
- ` name ` (String) Name of the workspace preset.
38
38
- ` parameters ` (Map of String) Parameters of the workspace preset.
39
39
40
+ ### Optional
41
+
42
+ - ` prebuilds ` (Block Set, Max: 1) Prebuilds of the workspace preset. (see [ below for nested schema] ( #nestedblock--prebuilds ) )
43
+
40
44
### Read-Only
41
45
42
46
- ` id ` (String) ID of the workspace preset.
47
+
48
+ <a id =" nestedblock--prebuilds " ></a >
49
+ ### Nested Schema for ` prebuilds `
50
+
51
+ Required:
52
+
53
+ - ` instances ` (Number)
You can’t perform that action at this time.
0 commit comments