Merge branch 'main' into patch-1

pull/387/head
Phorcys 3 months ago committed by GitHub
commit 2a659d3b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,13 +20,13 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
with: with:
workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com
- name: Set up Google Cloud SDK - name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
# For the time being, let's have the first couple merges to main in modules deploy a new version # For the time being, let's have the first couple merges to main in modules deploy a new version
# to *dev*. Once we review and make sure everything's working, we can deploy a new version to *main*. # to *dev*. Once we review and make sure everything's working, we can deploy a new version to *main*.

@ -11,6 +11,9 @@ tags: [ide, jetbrains, helper, parameter]
This module adds a JetBrains Gateway Button to open any workspace with a single click. This module adds a JetBrains Gateway Button to open any workspace with a single click.
JetBrains recommends a minimum of 4 CPU cores and 8GB of RAM.
Consult the [JetBrains documentation](https://www.jetbrains.com/help/idea/prerequisites.html#min_requirements) to confirm other system requirements.
```tf ```tf
module "jetbrains_gateway" { module "jetbrains_gateway" {
count = data.coder_workspace.me.start_count count = data.coder_workspace.me.start_count

Loading…
Cancel
Save