Update jetbrains-gateway module references to coder/jetbrains #396
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates all references to the
jetbrains-gateway
module to use the newcoder/jetbrains
module with a simplified configuration format.Summary of Changes
Module Updates
jetbrains_gateway
tojetbrains
registry.coder.com/modules/jetbrains-gateway/coder
toregistry.coder.com/modules/coder/jetbrains/coder
"~> 1.0"
for automatic minor updates while preventing breaking changescount
,source
,version
,agent_id
,folder
)New Module Format
Files Updated
Coder Templates (10 files):
registry/coder/templates/aws-linux/main.tf
registry/coder/templates/azure-linux/main.tf
registry/coder/templates/digitalocean-linux/main.tf
registry/coder/templates/docker-devcontainer/main.tf
(folder:/workspaces
)registry/coder/templates/docker/main.tf
registry/coder/templates/gcp-devcontainer/main.tf
(folder:/workspaces
)registry/coder/templates/gcp-linux/main.tf
registry/coder/templates/gcp-vm-container/main.tf
registry/coder/templates/kubernetes-devcontainer/main.tf
registry/coder/templates/kubernetes-envbox/main.tf
Coder-Labs Templates (1 file):
registry/coder-labs/templates/tasks-docker/main.tf
(folder:/home/coder/projects
)Folder Path Preservation
/home/coder
docker-devcontainer
,gcp-devcontainer
) use/workspaces
/home/coder/projects
Testing
All changes maintain the same functionality while pointing to the new module location. The simplified configuration reduces complexity while providing the same JetBrains IDE integration capabilities.