File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ data "coder_parameter" "region" {
108
108
109
109
data "coder_parameter" "instance_type" {
110
110
name = " instance_type"
111
- dsiplay_name = " Instance Type"
111
+ display_name = " Instance Type"
112
112
description = " What instance type should your workspace use?"
113
113
default = " t3.micro"
114
114
mutable = false
Original file line number Diff line number Diff line change @@ -151,12 +151,12 @@ data "coder_parameter" "location" {
151
151
}
152
152
153
153
data "coder_parameter" "instance_type" {
154
- name = " instance_type"
155
- display = " Instance Type"
156
- description = " What instance type should your workspace use?"
157
- default = " Standard_B4ms"
158
- icon = " /icon/azure.png"
159
- mutable = false
154
+ name = " instance_type"
155
+ display_name = " Instance Type"
156
+ description = " What instance type should your workspace use?"
157
+ default = " Standard_B4ms"
158
+ icon = " /icon/azure.png"
159
+ mutable = false
160
160
option {
161
161
name = " Standard_B1ms (1 vCPU, 2 GiB RAM)"
162
162
value = " Standard_B1ms"
@@ -204,13 +204,13 @@ data "coder_parameter" "instance_type" {
204
204
}
205
205
206
206
data "coder_parameter" "home_size" {
207
- name = " home_size"
208
- display = " Home Volume Size"
209
- description = " How large would you like your home volume to be (in GB)?"
210
- default = 20
211
- type = " number"
212
- icon = " /icon/azure.png"
213
- mutable = false
207
+ name = " home_size"
208
+ display_name = " Home Volume Size"
209
+ description = " How large would you like your home volume to be (in GB)?"
210
+ default = 20
211
+ type = " number"
212
+ icon = " /icon/azure.png"
213
+ mutable = false
214
214
validation {
215
215
min = 1
216
216
max = 1024
You can’t perform that action at this time.
0 commit comments