You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registry/coder/templates/kubernetes-devcontainer/main.tf
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -426,15 +426,14 @@ module "code-server" {
426
426
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
427
427
version="~> 1.0"
428
428
429
-
agent_id=coder_agent.main.id
430
-
agent_name="main"
431
-
order=1
429
+
agent_id=coder_agent.main.id
430
+
order=1
432
431
}
433
432
434
433
# See https://registry.coder.com/modules/coder/jetbrains
0 commit comments