feat(saheli): add jetbrains-plugins module for issue #208 … #225
+769
−0
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.
Description
Enhanced the JetBrains module to support pre-installing plugins in workspaces. When users specify plugin IDs, the module creates configuration files that automatically suggest plugin installation when connecting via JetBrains Gateway. This eliminates the need for manual plugin installation after workspace setup.
Type of Change
Module Information
Changes Made
1. Added Plugin Configuration Variable
2. Created Plugin Configuration Script
$ ls -la scripts/ total 12 drwxrwxr-x 2 user user 4096 Jan 12 10:30 . drwxrwxr-x 3 user user 4096 Jan 12 10:29 .. -rw-rw-r-- 1 user user 4985 Jan 12 10:30 install-plugins.sh
3. Added Conditional Script Resource
Testing & Validation
Terraform Validation
Test Plan with Plugins
Script Syntax Check
$ bash -n scripts/install-plugins.sh # No output = syntax is valid
Format Check
$ terraform fmt -check # No output = formatting is correct
Screencast.from.2025-07-12.12-21-52.mp4
Checklist
Example Usage
Related Issues
Closes #208 - Pre-install JetBrains plugins in Workspaces
/claim #208