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 8814cb0 commit 230a40dCopy full SHA for 230a40d
examples/docker-image-builds/main.tf
@@ -56,7 +56,7 @@ resource "coder_agent" "dev" {
56
}
57
58
variable "docker_image" {
59
- description = "What Docker imagewould you like to use for your workspace?"
+ description = "What Docker image would you like to use for your workspace?"
60
default = "base"
61
62
# List of images available for the user to choose from.
0 commit comments