Fixes from AWS Workshop testing (#428)
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>
This commit is contained in:
parent
898219b16b
commit
e7d705bf98
@ -426,15 +426,14 @@ module "code-server" {
|
|||||||
# 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.
|
# 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.
|
||||||
version = "~> 1.0"
|
version = "~> 1.0"
|
||||||
|
|
||||||
agent_id = coder_agent.main.id
|
agent_id = coder_agent.main.id
|
||||||
agent_name = "main"
|
order = 1
|
||||||
order = 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://registry.coder.com/modules/coder/jetbrains
|
# See https://registry.coder.com/modules/coder/jetbrains
|
||||||
module "jetbrains" {
|
module "jetbrains" {
|
||||||
count = data.coder_workspace.me.start_count
|
count = data.coder_workspace.me.start_count
|
||||||
source = "registry.coder.com/modules/coder/jetbrains/coder"
|
source = "registry.coder.com/coder/jetbrains/coder"
|
||||||
version = "~> 1.0"
|
version = "~> 1.0"
|
||||||
agent_id = coder_agent.main.id
|
agent_id = coder_agent.main.id
|
||||||
agent_name = "main"
|
agent_name = "main"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user