diff --git a/examples/modules/README.md b/examples/modules/README.md index e2fb4151..17371406 100644 --- a/examples/modules/README.md +++ b/examples/modules/README.md @@ -1,7 +1,7 @@ --- display_name: MODULE_NAME description: Describe what this module does -icon: ../.icons/.svg +icon: ../../../.icons/.svg maintainer_github: GITHUB_USERNAME verified: false tags: [helper] @@ -29,10 +29,10 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/): ```tf module "MODULE_NAME" { - count = data.coder_workspace.me.start_count - source = "registry.coder.com/modules/MODULE_NAME/coder" - version = "1.0.2" - agent_id = coder_agent.example.id + count = data.coder_workspace.me.start_count + source = "registry.coder.com/modules/MODULE_NAME/coder" + version = "1.0.2" + agent_id = coder_agent.example.id extensions = [ "dracula-theme.theme-dracula" ] @@ -51,8 +51,8 @@ module "MODULE_NAME" { source = "registry.coder.com/modules/MODULE_NAME/coder" version = "1.0.2" agent_id = coder_agent.example.id - extensions = [ "dracula-theme.theme-dracula" ] - settings = { + extensions = ["dracula-theme.theme-dracula"] + settings = { "workbench.colorTheme" = "Dracula" } } diff --git a/registry/coder/modules/amazon-dcv-windows/README.md b/registry/coder/modules/amazon-dcv-windows/README.md index 669576df..32178b05 100644 --- a/registry/coder/modules/amazon-dcv-windows/README.md +++ b/registry/coder/modules/amazon-dcv-windows/README.md @@ -1,7 +1,7 @@ --- display_name: Amazon DCV Windows description: Amazon DCV Server and Web Client for Windows -icon: ../.icons/dcv.svg +icon: ../../../.icons/dcv.svg maintainer_github: coder verified: true tags: [windows, amazon, dcv, web, desktop] @@ -11,7 +11,7 @@ tags: [windows, amazon, dcv, web, desktop] Amazon DCV is high performance remote display protocol that provides a secure way to deliver remote desktop and application streaming from any cloud or data center to any device, over varying network conditions. -![Amazon DCV on a Windows workspace](../.images/amazon-dcv-windows.png) +![Amazon DCV on a Windows workspace](../../.images/amazon-dcv-windows.png) Enable DCV Server and Web Client on Windows workspaces. diff --git a/registry/coder/modules/apache-airflow/README.md b/registry/coder/modules/apache-airflow/README.md index 72361a0b..ff047a1b 100644 --- a/registry/coder/modules/apache-airflow/README.md +++ b/registry/coder/modules/apache-airflow/README.md @@ -1,7 +1,7 @@ --- display_name: airflow description: A module that adds Apache Airflow in your Coder template -icon: ../.icons/airflow.svg +icon: ../../../.icons/airflow.svg maintainer_github: coder partner_github: nataindata verified: true @@ -21,4 +21,4 @@ module "airflow" { } ``` -![Airflow](../.images/airflow.png) +![Airflow](../../.images/airflow.png) diff --git a/registry/coder/modules/aws-region/README.md b/registry/coder/modules/aws-region/README.md index c190ffd8..c6cd79a2 100644 --- a/registry/coder/modules/aws-region/README.md +++ b/registry/coder/modules/aws-region/README.md @@ -1,7 +1,7 @@ --- display_name: AWS Region description: A parameter with human region names and icons -icon: ../.icons/aws.svg +icon: ../../../.icons/aws.svg maintainer_github: coder verified: true tags: [helper, parameter, regions, aws] @@ -27,7 +27,7 @@ provider "aws" { } ``` -![AWS Regions](../.images/aws-regions.png) +![AWS Regions](../../.images/aws-regions.png) ## Examples @@ -56,7 +56,7 @@ provider "aws" { } ``` -![AWS Custom](../.images/aws-custom.png) +![AWS Custom](../../.images/aws-custom.png) ### Exclude regions @@ -75,7 +75,7 @@ provider "aws" { } ``` -![AWS Exclude](../.images/aws-exclude.png) +![AWS Exclude](../../.images/aws-exclude.png) ## Related templates diff --git a/registry/coder/modules/azure-region/README.md b/registry/coder/modules/azure-region/README.md index 2ac9597e..d0ad2b87 100644 --- a/registry/coder/modules/azure-region/README.md +++ b/registry/coder/modules/azure-region/README.md @@ -1,7 +1,7 @@ --- display_name: Azure Region description: A parameter with human region names and icons -icon: ../.icons/azure.svg +icon: ../../../.icons/azure.svg maintainer_github: coder verified: true tags: [helper, parameter, azure, regions] @@ -24,7 +24,7 @@ resource "azurem_resource_group" "example" { } ``` -![Azure Region Default](../.images/azure-default.png) +![Azure Region Default](../../.images/azure-default.png) ## Examples @@ -50,7 +50,7 @@ resource "azurerm_resource_group" "example" { } ``` -![Azure Region Custom](../.images/azure-custom.png) +![Azure Region Custom](../../.images/azure-custom.png) ### Exclude Regions @@ -74,7 +74,7 @@ resource "azurerm_resource_group" "example" { } ``` -![Azure Exclude](../.images/azure-exclude.png) +![Azure Exclude](../../.images/azure-exclude.png) ## Related templates diff --git a/registry/coder/modules/claude-code/README.md b/registry/coder/modules/claude-code/README.md index d851d7cf..c76af178 100644 --- a/registry/coder/modules/claude-code/README.md +++ b/registry/coder/modules/claude-code/README.md @@ -1,7 +1,7 @@ --- display_name: Claude Code description: Run Claude Code in your workspace -icon: ../.icons/claude.svg +icon: ../../../.icons/claude.svg maintainer_github: coder verified: true tags: [agent, claude-code] diff --git a/registry/coder/modules/code-server/README.md b/registry/coder/modules/code-server/README.md index e7098113..602111f8 100644 --- a/registry/coder/modules/code-server/README.md +++ b/registry/coder/modules/code-server/README.md @@ -1,7 +1,7 @@ --- display_name: code-server description: VS Code in the browser -icon: ../.icons/code.svg +icon: ../../../.icons/code.svg maintainer_github: coder verified: true tags: [helper, ide, web] diff --git a/registry/coder/modules/coder-login/README.md b/registry/coder/modules/coder-login/README.md index 589266bf..5bea6e07 100644 --- a/registry/coder/modules/coder-login/README.md +++ b/registry/coder/modules/coder-login/README.md @@ -1,7 +1,7 @@ --- display_name: Coder Login description: Automatically logs the user into Coder on their workspace -icon: ../.icons/coder-white.svg +icon: ../../../.icons/coder-white.svg maintainer_github: coder verified: true tags: [helper] @@ -20,4 +20,4 @@ module "coder-login" { } ``` -![Coder Login Logs](../.images/coder-login.png) +![Coder Login Logs](../../.images/coder-login.png) diff --git a/registry/coder/modules/cursor/README.md b/registry/coder/modules/cursor/README.md index d9a2e17f..26a15830 100644 --- a/registry/coder/modules/cursor/README.md +++ b/registry/coder/modules/cursor/README.md @@ -1,7 +1,7 @@ --- display_name: Cursor IDE description: Add a one-click button to launch Cursor IDE -icon: ../.icons/cursor.svg +icon: ../../../.icons/cursor.svg maintainer_github: coder verified: true tags: [ide, cursor, helper] diff --git a/registry/coder/modules/dotfiles/README.md b/registry/coder/modules/dotfiles/README.md index 4a911f87..e46e1d5c 100644 --- a/registry/coder/modules/dotfiles/README.md +++ b/registry/coder/modules/dotfiles/README.md @@ -1,7 +1,7 @@ --- display_name: Dotfiles description: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings! -icon: ../.icons/dotfiles.svg +icon: ../../../.icons/dotfiles.svg maintainer_github: coder verified: true tags: [helper] diff --git a/registry/coder/modules/filebrowser/README.md b/registry/coder/modules/filebrowser/README.md index 3a0e56bd..e8116c97 100644 --- a/registry/coder/modules/filebrowser/README.md +++ b/registry/coder/modules/filebrowser/README.md @@ -1,7 +1,7 @@ --- display_name: File Browser description: A file browser for your workspace -icon: ../.icons/filebrowser.svg +icon: ../../../.icons/filebrowser.svg maintainer_github: coder verified: true tags: [helper, filebrowser] @@ -20,7 +20,7 @@ module "filebrowser" { } ``` -![Filebrowsing Example](../.images/filebrowser.png) +![Filebrowsing Example](../../.images/filebrowser.png) ## Examples diff --git a/registry/coder/modules/fly-region/README.md b/registry/coder/modules/fly-region/README.md index 30bcb136..8e46ca99 100644 --- a/registry/coder/modules/fly-region/README.md +++ b/registry/coder/modules/fly-region/README.md @@ -1,7 +1,7 @@ --- display_name: Fly.io Region description: A parameter with human region names and icons -icon: ../.icons/fly.svg +icon: ../../../.icons/fly.svg maintainer_github: coder verified: true tags: [helper, parameter, fly.io, regions] @@ -22,7 +22,7 @@ module "fly-region" { } ``` -![Fly.io Default](../.images/flyio-basic.png) +![Fly.io Default](../../.images/flyio-basic.png) ## Examples @@ -40,7 +40,7 @@ module "fly-region" { } ``` -![Fly.io Filtered Regions](../.images/flyio-filtered.png) +![Fly.io Filtered Regions](../../.images/flyio-filtered.png) ### Using custom icons and names @@ -63,7 +63,7 @@ module "fly-region" { } ``` -![Fly.io custom icon and name](../.images/flyio-custom.png) +![Fly.io custom icon and name](../../.images/flyio-custom.png) ## Associated template diff --git a/registry/coder/modules/gcp-region/README.md b/registry/coder/modules/gcp-region/README.md index a74807f3..c7b7f1cf 100644 --- a/registry/coder/modules/gcp-region/README.md +++ b/registry/coder/modules/gcp-region/README.md @@ -1,7 +1,7 @@ --- display_name: GCP Region description: Add Google Cloud Platform regions to your Coder template. -icon: ../.icons/gcp.svg +icon: ../../../.icons/gcp.svg maintainer_github: coder verified: true tags: [gcp, regions, parameter, helper] @@ -24,7 +24,7 @@ resource "google_compute_instance" "example" { } ``` -![GCP Regions](../.images/gcp-regions.png) +![GCP Regions](../../.images/gcp-regions.png) ## Examples diff --git a/registry/coder/modules/git-clone/README.md b/registry/coder/modules/git-clone/README.md index 0647f7f9..0a56ea58 100644 --- a/registry/coder/modules/git-clone/README.md +++ b/registry/coder/modules/git-clone/README.md @@ -1,7 +1,7 @@ --- display_name: Git Clone description: Clone a Git repository by URL and skip if it exists. -icon: ../.icons/git.svg +icon: ../../../.icons/git.svg maintainer_github: coder verified: true tags: [git, helper] diff --git a/registry/coder/modules/git-commit-signing/README.md b/registry/coder/modules/git-commit-signing/README.md index 1f71cbb3..d36fabb6 100644 --- a/registry/coder/modules/git-commit-signing/README.md +++ b/registry/coder/modules/git-commit-signing/README.md @@ -1,7 +1,7 @@ --- display_name: Git commit signing description: Configures Git to sign commits using your Coder SSH key -icon: ../.icons/git.svg +icon: ../../../.icons/git.svg maintainer_github: coder verified: true tags: [helper, git] diff --git a/registry/coder/modules/git-config/README.md b/registry/coder/modules/git-config/README.md index 5ba0806b..081b48c4 100644 --- a/registry/coder/modules/git-config/README.md +++ b/registry/coder/modules/git-config/README.md @@ -1,7 +1,7 @@ --- display_name: Git Config description: Stores Git configuration from Coder credentials -icon: ../.icons/git.svg +icon: ../../../.icons/git.svg maintainer_github: coder verified: true tags: [helper, git] diff --git a/registry/coder/modules/github-upload-public-key/README.md b/registry/coder/modules/github-upload-public-key/README.md index 192db7eb..6fd29c31 100644 --- a/registry/coder/modules/github-upload-public-key/README.md +++ b/registry/coder/modules/github-upload-public-key/README.md @@ -1,7 +1,7 @@ --- display_name: Github Upload Public Key description: Automates uploading Coder public key to Github so users don't have to. -icon: ../.icons/github.svg +icon: ../../../.icons/github.svg maintainer_github: coder verified: true tags: [helper, git] diff --git a/registry/coder/modules/goose/README.md b/registry/coder/modules/goose/README.md index 97221e78..29a0a4ab 100644 --- a/registry/coder/modules/goose/README.md +++ b/registry/coder/modules/goose/README.md @@ -1,7 +1,7 @@ --- display_name: Goose description: Run Goose in your workspace -icon: ../.icons/goose.svg +icon: ../../../.icons/goose.svg maintainer_github: coder verified: true tags: [agent, goose] diff --git a/registry/coder/modules/hcp-vault-secrets/README.md b/registry/coder/modules/hcp-vault-secrets/README.md index fc712306..aa84805a 100644 --- a/registry/coder/modules/hcp-vault-secrets/README.md +++ b/registry/coder/modules/hcp-vault-secrets/README.md @@ -1,7 +1,7 @@ --- display_name: "HCP Vault Secrets" description: "Fetch secrets from HCP Vault" -icon: ../.icons/vault.svg +icon: ../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true @@ -28,7 +28,7 @@ To configure the HCP Vault Secrets module, follow these steps, 1. [Create secrets in HCP Vault Secrets](https://developer.hashicorp.com/vault/tutorials/hcp-vault-secrets-get-started/hcp-vault-secrets-create-secret) 2. Create an HCP Service Principal from the HCP Vault Secrets app in the HCP console. This will give you the `HCP_CLIENT_ID` and `HCP_CLIENT_SECRET` that you need to authenticate with HCP Vault Secrets. - ![HCP vault secrets credentials](../.images/hcp-vault-secrets-credentials.png) + ![HCP vault secrets credentials](../../.images/hcp-vault-secrets-credentials.png) 3. Set `HCP_CLIENT_ID` and `HCP_CLIENT_SECRET` variables on the coder provisioner (recommended) or supply them as input to the module. 4. Set the `project_id`. This is the ID of the project where the HCP Vault Secrets app is running. diff --git a/registry/coder/modules/jetbrains-gateway/README.md b/registry/coder/modules/jetbrains-gateway/README.md index 73c1e128..3fa0a6c8 100644 --- a/registry/coder/modules/jetbrains-gateway/README.md +++ b/registry/coder/modules/jetbrains-gateway/README.md @@ -1,7 +1,7 @@ --- display_name: JetBrains Gateway description: Add a one-click button to launch JetBrains Gateway IDEs in the dashboard. -icon: ../.icons/gateway.svg +icon: ../../../.icons/gateway.svg maintainer_github: coder verified: true tags: [ide, jetbrains, helper, parameter] @@ -26,7 +26,7 @@ module "jetbrains_gateway" { } ``` -![JetBrains Gateway IDes list](../.images/jetbrains-gateway.png) +![JetBrains Gateway IDes list](../../.images/jetbrains-gateway.png) ## Examples diff --git a/registry/coder/modules/jfrog-oauth/README.md b/registry/coder/modules/jfrog-oauth/README.md index 894e1f32..a0dcc5c7 100644 --- a/registry/coder/modules/jfrog-oauth/README.md +++ b/registry/coder/modules/jfrog-oauth/README.md @@ -1,7 +1,7 @@ --- display_name: JFrog (OAuth) description: Install the JF CLI and authenticate with Artifactory using OAuth. -icon: ../.icons/jfrog.svg +icon: ../../../.icons/jfrog.svg maintainer_github: coder partner_github: jfrog verified: true @@ -12,7 +12,7 @@ tags: [integration, jfrog] Install the JF CLI and authenticate package managers with Artifactory using OAuth configured via the Coder [`external-auth`](https://coder.com/docs/v2/latest/admin/external-auth) feature. -![JFrog OAuth](../.images/jfrog-oauth.png) +![JFrog OAuth](../../.images/jfrog-oauth.png) ```tf module "jfrog" { diff --git a/registry/coder/modules/jfrog-token/README.md b/registry/coder/modules/jfrog-token/README.md index ce165222..e995b3e8 100644 --- a/registry/coder/modules/jfrog-token/README.md +++ b/registry/coder/modules/jfrog-token/README.md @@ -1,7 +1,7 @@ --- display_name: JFrog (Token) description: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider. -icon: ../.icons/jfrog.svg +icon: ../../../.icons/jfrog.svg maintainer_github: coder partner_github: jfrog verified: true @@ -33,7 +33,7 @@ For detailed instructions, please see this [guide](https://coder.com/docs/v2/lat > Note > This module does not install `npm`, `go`, `pip`, etc but only configure them. You need to handle the installation of these tools yourself. -![JFrog](../.images/jfrog.png) +![JFrog](../../.images/jfrog.png) ## Examples diff --git a/registry/coder/modules/jupyter-notebook/README.md b/registry/coder/modules/jupyter-notebook/README.md index 56f7ff18..c1270222 100644 --- a/registry/coder/modules/jupyter-notebook/README.md +++ b/registry/coder/modules/jupyter-notebook/README.md @@ -1,7 +1,7 @@ --- display_name: Jupyter Notebook description: A module that adds Jupyter Notebook in your Coder template. -icon: ../.icons/jupyter.svg +icon: ../../../.icons/jupyter.svg maintainer_github: coder verified: true tags: [jupyter, helper, ide, web] @@ -11,7 +11,7 @@ tags: [jupyter, helper, ide, web] A module that adds Jupyter Notebook in your Coder template. -![Jupyter Notebook](../.images/jupyter-notebook.png) +![Jupyter Notebook](../../.images/jupyter-notebook.png) ```tf module "jupyter-notebook" { diff --git a/registry/coder/modules/jupyterlab/README.md b/registry/coder/modules/jupyterlab/README.md index 8c2af03f..4256455b 100644 --- a/registry/coder/modules/jupyterlab/README.md +++ b/registry/coder/modules/jupyterlab/README.md @@ -1,7 +1,7 @@ --- display_name: JupyterLab description: A module that adds JupyterLab in your Coder template. -icon: ../.icons/jupyter.svg +icon: ../../../.icons/jupyter.svg maintainer_github: coder verified: true tags: [jupyter, helper, ide, web] @@ -11,7 +11,7 @@ tags: [jupyter, helper, ide, web] A module that adds JupyterLab in your Coder template. -![JupyterLab](../.images/jupyterlab.png) +![JupyterLab](../../.images/jupyterlab.png) ```tf module "jupyterlab" { diff --git a/registry/coder/modules/kasmvnc/README.md b/registry/coder/modules/kasmvnc/README.md index 9c3b28db..4198a8e2 100644 --- a/registry/coder/modules/kasmvnc/README.md +++ b/registry/coder/modules/kasmvnc/README.md @@ -1,7 +1,7 @@ --- display_name: KasmVNC description: A modern open source VNC server -icon: ../.icons/kasmvnc.svg +icon: ../../../.icons/kasmvnc.svg maintainer_github: coder verified: true tags: [helper, vnc, desktop] diff --git a/registry/coder/modules/personalize/README.md b/registry/coder/modules/personalize/README.md index af307f1b..91739def 100644 --- a/registry/coder/modules/personalize/README.md +++ b/registry/coder/modules/personalize/README.md @@ -1,7 +1,7 @@ --- display_name: Personalize description: Allow developers to customize their workspace on start -icon: ../.icons/personalize.svg +icon: ../../../.icons/personalize.svg maintainer_github: coder verified: true tags: [helper] diff --git a/registry/coder/modules/slackme/README.md b/registry/coder/modules/slackme/README.md index f686b866..267b2f7e 100644 --- a/registry/coder/modules/slackme/README.md +++ b/registry/coder/modules/slackme/README.md @@ -1,7 +1,7 @@ --- display_name: Slack Me description: Send a Slack message when a command finishes inside a workspace! -icon: ../.icons/slack.svg +icon: ../../../.icons/slack.svg maintainer_github: coder verified: true tags: [helper] diff --git a/registry/coder/modules/vault-github/README.md b/registry/coder/modules/vault-github/README.md index f801c193..a99a0324 100644 --- a/registry/coder/modules/vault-github/README.md +++ b/registry/coder/modules/vault-github/README.md @@ -1,7 +1,7 @@ --- display_name: Hashicorp Vault Integration (GitHub) description: Authenticates with Vault using GitHub -icon: ../.icons/vault.svg +icon: ../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true @@ -34,7 +34,7 @@ or using the Vault API: curl -H "X-Vault-Token: ${VAULT_TOKEN}" -X GET "${VAULT_ADDR}/v1/coder/secrets/data/coder" ``` -![Vault login](../.images/vault-login.png) +![Vault login](../../.images/vault-login.png) ## Configuration diff --git a/registry/coder/modules/vault-jwt/README.md b/registry/coder/modules/vault-jwt/README.md index 66070397..1181b781 100644 --- a/registry/coder/modules/vault-jwt/README.md +++ b/registry/coder/modules/vault-jwt/README.md @@ -1,7 +1,7 @@ --- display_name: Hashicorp Vault Integration (JWT) description: Authenticates with Vault using a JWT from Coder's OIDC provider -icon: ../.icons/vault.svg +icon: ../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true diff --git a/registry/coder/modules/vault-token/README.md b/registry/coder/modules/vault-token/README.md index 7e632a59..95dc538e 100644 --- a/registry/coder/modules/vault-token/README.md +++ b/registry/coder/modules/vault-token/README.md @@ -1,7 +1,7 @@ --- display_name: Hashicorp Vault Integration (Token) description: Authenticates with Vault using Token -icon: ../.icons/vault.svg +icon: ../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true diff --git a/registry/coder/modules/vscode-desktop/README.md b/registry/coder/modules/vscode-desktop/README.md index e32fd9bf..7c839454 100644 --- a/registry/coder/modules/vscode-desktop/README.md +++ b/registry/coder/modules/vscode-desktop/README.md @@ -1,7 +1,7 @@ --- display_name: VS Code Desktop description: Add a one-click button to launch VS Code Desktop -icon: ../.icons/code.svg +icon: ../../../.icons/code.svg maintainer_github: coder verified: true tags: [ide, vscode, helper] diff --git a/registry/coder/modules/vscode-web/README.md b/registry/coder/modules/vscode-web/README.md index 5846c04c..af3e8f2a 100644 --- a/registry/coder/modules/vscode-web/README.md +++ b/registry/coder/modules/vscode-web/README.md @@ -1,7 +1,7 @@ --- display_name: VS Code Web description: VS Code Web - Visual Studio Code in the browser -icon: ../.icons/code.svg +icon: ../../../.icons/code.svg maintainer_github: coder verified: true tags: [helper, ide, vscode, web] @@ -21,7 +21,7 @@ module "vscode-web" { } ``` -![VS Code Web with GitHub Copilot and live-share](../.images/vscode-web.gif) +![VS Code Web with GitHub Copilot and live-share](../../.images/vscode-web.gif) ## Examples diff --git a/registry/coder/modules/windows-rdp/README.md b/registry/coder/modules/windows-rdp/README.md index b069f5e3..9366a72f 100644 --- a/registry/coder/modules/windows-rdp/README.md +++ b/registry/coder/modules/windows-rdp/README.md @@ -1,7 +1,7 @@ --- display_name: Windows RDP description: RDP Server and Web Client, powered by Devolutions Gateway -icon: ../.icons/desktop.svg +icon: ../../../.icons/desktop.svg maintainer_github: coder verified: true tags: [windows, rdp, web, desktop] diff --git a/registry/thezoker/modules/nodejs/README.md b/registry/thezoker/modules/nodejs/README.md index 9c199020..add51cb2 100644 --- a/registry/thezoker/modules/nodejs/README.md +++ b/registry/thezoker/modules/nodejs/README.md @@ -1,7 +1,7 @@ --- display_name: nodejs description: Install Node.js via nvm -icon: ../.icons/node.svg +icon: ../../../.icons/node.svg maintainer_github: TheZoker verified: false tags: [helper] @@ -39,7 +39,7 @@ module "nodejs" { } ``` -### Full example +## Full example A example with all available options: diff --git a/registry/whizus/modules/exoscale-instance-type/README.md b/registry/whizus/modules/exoscale-instance-type/README.md index 19083c3a..4e17f35f 100644 --- a/registry/whizus/modules/exoscale-instance-type/README.md +++ b/registry/whizus/modules/exoscale-instance-type/README.md @@ -1,7 +1,7 @@ --- display_name: exoscale-instance-type description: A parameter with human readable exoscale instance names -icon: ../.icons/exoscale.svg +icon: ../../../.icons/exoscale.svg maintainer_github: WhizUs verified: false tags: [helper, parameter, instances, exoscale] @@ -35,7 +35,7 @@ resource "coder_metadata" "workspace_info" { } ``` -![Exoscale instance types](../.images/exoscale-instance-types.png) +![Exoscale instance types](../../.images/exoscale-instance-types.png) ## Examples @@ -72,7 +72,7 @@ resource "coder_metadata" "workspace_info" { } ``` -![Exoscale instance types Custom](../.images/exoscale-instance-custom.png) +![Exoscale instance types Custom](../../.images/exoscale-instance-custom.png) ### Use category and exclude type @@ -110,7 +110,7 @@ resource "coder_metadata" "workspace_info" { } ``` -![Exoscale instance types category and exclude](../.images/exoscale-instance-exclude.png) +![Exoscale instance types category and exclude](../../.images/exoscale-instance-exclude.png) ## Related templates diff --git a/registry/whizus/modules/exoscale-zone/README.md b/registry/whizus/modules/exoscale-zone/README.md index 611aee5b..6c1d95e5 100644 --- a/registry/whizus/modules/exoscale-zone/README.md +++ b/registry/whizus/modules/exoscale-zone/README.md @@ -1,7 +1,7 @@ --- display_name: exoscale-zone description: A parameter with human zone names and icons -icon: ../.icons/exoscale.svg +icon: ../../../.icons/exoscale.svg maintainer_github: WhizUs verified: false tags: [helper, parameter, zones, regions, exoscale] @@ -34,7 +34,7 @@ resource "exoscale_compute_instance" "instance" { } ``` -![Exoscale Zones](../.images/exoscale-zones.png) +![Exoscale Zones](../../../.images/exoscale-zones.png) ## Examples @@ -69,7 +69,7 @@ resource "exoscale_compute_instance" "instance" { } ``` -![Exoscale Custom](../.images/exoscale-custom.png) +![Exoscale Custom](../../../.images/exoscale-custom.png) ### Exclude regions @@ -93,7 +93,7 @@ resource "exoscale_compute_instance" "instance" { } ``` -![Exoscale Exclude](../.images/exoscale-exclude.png) +![Exoscale Exclude](../../../.images/exoscale-exclude.png) ## Related templates