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 d44aa2d commit eb1caa3Copy full SHA for eb1caa3
examples/templates/fly-docker-image/main.tf
@@ -113,14 +113,14 @@ data "coder_parameter" "cpu" {
113
114
data "coder_parameter" "memory" {
115
name = "Memory (GB)"
116
- description = "The amount of memory to allocate to the workspace in GB (1-8)"
+ description = "The amount of memory to allocate to the workspace in GB (1-16)"
117
type = "number"
118
default = "1"
119
icon = "/icon/memory.svg"
120
mutable = true
121
validation {
122
min = 1
123
- max = 8
+ max = 16
124
}
125
126
0 commit comments