We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb34e2 commit b4c46e0Copy full SHA for b4c46e0
examples/templates/azure-linux/main.tf
@@ -153,7 +153,7 @@ data "coder_parameter" "instance_type" {
153
name = "Instance Type"
154
description = "What instance type should your workspace use?"
155
default = "Standard_B4ms"
156
- icon = "/icons/azure.png"
+ icon = "/icon/azure.png"
157
mutable = false
158
option {
159
name = "Standard_B1ms (1 vCPU, 2 GiB RAM)"
@@ -206,7 +206,7 @@ data "coder_parameter" "home_size" {
206
description = "How large would you like your home volume to be (in GB)?"
207
default = 20
208
type = "number"
209
210
211
validation {
212
min = 1
0 commit comments