File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -91,20 +91,15 @@ func workspaceDataSource() *schema.Resource {
91
91
Computed : true ,
92
92
Description : "The access port of the Coder deployment provisioning this workspace." ,
93
93
},
94
- "start_count" : {
95
- Type : schema .TypeInt ,
96
- Computed : true ,
97
- Description : "A computed count based on `transition` state. If `start`, count will equal 1." ,
98
- },
99
94
"prebuild_count" : {
100
95
Type : schema .TypeInt ,
101
96
Computed : true ,
102
- Description : "TODO " ,
97
+ Description : "A computed count, equal to 1 if the workspace was prebuilt. " ,
103
98
},
104
- "is_prebuild " : {
105
- Type : schema .TypeBool ,
99
+ "start_count " : {
100
+ Type : schema .TypeInt ,
106
101
Computed : true ,
107
- Description : "TODO " ,
102
+ Description : "A computed count based on `transition` state. If `start`, count will equal 1. " ,
108
103
},
109
104
"transition" : {
110
105
Type : schema .TypeString ,
@@ -116,6 +111,11 @@ func workspaceDataSource() *schema.Resource {
116
111
Computed : true ,
117
112
Description : "UUID of the workspace." ,
118
113
},
114
+ "is_prebuild" : {
115
+ Type : schema .TypeBool ,
116
+ Computed : true ,
117
+ Description : "Whether the workspace is a prebuild." ,
118
+ },
119
119
"name" : {
120
120
Type : schema .TypeString ,
121
121
Computed : true ,
You can’t perform that action at this time.
0 commit comments