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
Closes #
## Description
Changes to code-server and jetbrains modules that were not caught during
initial unit-testing, that appear to be related to older versions of the
modules or recent changes.
## Type of Change
- [ ] New module
- [x] Bug fix
- [ ] Feature/enhancement
- [ ] Documentation
- [ ] Other
## Testing & Validation
- [ ] Tests pass (`bun test`)
- [ ] Code formatted (`bun run fmt`)
- [x] Changes tested locally
## Related Issues
None
---------
Co-authored-by: DevelopmentCats <christofer@coder.com>
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