Thanks to visit codestin.com Credit goes to github.com
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 078af8c commit a9ee165Copy full SHA for a9ee165
examples/templates/bare/main.tf
@@ -42,7 +42,7 @@ resource "null_resource" "fake-disk" {
42
}
43
44
resource "coder_app" "fake-app" {
45
- # Access :8080 in the workspace from the Coder dashboard
+ # Access :8080 in the workspace from the Coder dashboard.
46
name = "VS Code"
47
icon = "/icon/code.svg"
48
agent_id = "fake-compute"
0 commit comments