chore: update frontmatter image paths

This commit is contained in:
Michael Smith 2025-04-16 21:16:21 +00:00
parent bdc46794c3
commit 5dec066159
36 changed files with 71 additions and 71 deletions

View File

@ -1,7 +1,7 @@
--- ---
display_name: MODULE_NAME display_name: MODULE_NAME
description: Describe what this module does description: Describe what this module does
icon: ../.icons/<A_RELEVANT_ICON>.svg icon: ../../../.icons/<A_RELEVANT_ICON>.svg
maintainer_github: GITHUB_USERNAME maintainer_github: GITHUB_USERNAME
verified: false verified: false
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Amazon DCV Windows display_name: Amazon DCV Windows
description: Amazon DCV Server and Web Client for Windows description: Amazon DCV Server and Web Client for Windows
icon: ../.icons/dcv.svg icon: ../../../.icons/dcv.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [windows, amazon, dcv, web, desktop] 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 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. Enable DCV Server and Web Client on Windows workspaces.

View File

@ -1,7 +1,7 @@
--- ---
display_name: airflow display_name: airflow
description: A module that adds Apache Airflow in your Coder template description: A module that adds Apache Airflow in your Coder template
icon: ../.icons/airflow.svg icon: ../../../.icons/airflow.svg
maintainer_github: coder maintainer_github: coder
partner_github: nataindata partner_github: nataindata
verified: true verified: true
@ -21,4 +21,4 @@ module "airflow" {
} }
``` ```
![Airflow](../.images/airflow.png) ![Airflow](../../.images/airflow.png)

View File

@ -1,7 +1,7 @@
--- ---
display_name: AWS Region display_name: AWS Region
description: A parameter with human region names and icons description: A parameter with human region names and icons
icon: ../.icons/aws.svg icon: ../../../.icons/aws.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, parameter, regions, aws] tags: [helper, parameter, regions, aws]
@ -27,7 +27,7 @@ provider "aws" {
} }
``` ```
![AWS Regions](../.images/aws-regions.png) ![AWS Regions](../../.images/aws-regions.png)
## Examples ## Examples
@ -56,7 +56,7 @@ provider "aws" {
} }
``` ```
![AWS Custom](../.images/aws-custom.png) ![AWS Custom](../../.images/aws-custom.png)
### Exclude regions ### Exclude regions
@ -75,7 +75,7 @@ provider "aws" {
} }
``` ```
![AWS Exclude](../.images/aws-exclude.png) ![AWS Exclude](../../.images/aws-exclude.png)
## Related templates ## Related templates

View File

@ -1,7 +1,7 @@
--- ---
display_name: Azure Region display_name: Azure Region
description: A parameter with human region names and icons description: A parameter with human region names and icons
icon: ../.icons/azure.svg icon: ../../../.icons/azure.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, parameter, azure, regions] 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 ## 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 ### 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 ## Related templates

View File

@ -1,7 +1,7 @@
--- ---
display_name: Claude Code display_name: Claude Code
description: Run Claude Code in your workspace description: Run Claude Code in your workspace
icon: ../.icons/claude.svg icon: ../../../.icons/claude.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [agent, claude-code] tags: [agent, claude-code]

View File

@ -1,7 +1,7 @@
--- ---
display_name: code-server display_name: code-server
description: VS Code in the browser description: VS Code in the browser
icon: ../.icons/code.svg icon: ../../../.icons/code.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, ide, web] tags: [helper, ide, web]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Coder Login display_name: Coder Login
description: Automatically logs the user into Coder on their workspace description: Automatically logs the user into Coder on their workspace
icon: ../.icons/coder-white.svg icon: ../../../.icons/coder-white.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper] tags: [helper]
@ -20,4 +20,4 @@ module "coder-login" {
} }
``` ```
![Coder Login Logs](../.images/coder-login.png) ![Coder Login Logs](../../.images/coder-login.png)

View File

@ -1,7 +1,7 @@
--- ---
display_name: Cursor IDE display_name: Cursor IDE
description: Add a one-click button to launch Cursor IDE description: Add a one-click button to launch Cursor IDE
icon: ../.icons/cursor.svg icon: ../../../.icons/cursor.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [ide, cursor, helper] tags: [ide, cursor, helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Dotfiles display_name: Dotfiles
description: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings! 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 maintainer_github: coder
verified: true verified: true
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: File Browser display_name: File Browser
description: A file browser for your workspace description: A file browser for your workspace
icon: ../.icons/filebrowser.svg icon: ../../../.icons/filebrowser.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, filebrowser] tags: [helper, filebrowser]
@ -20,7 +20,7 @@ module "filebrowser" {
} }
``` ```
![Filebrowsing Example](../.images/filebrowser.png) ![Filebrowsing Example](../../.images/filebrowser.png)
## Examples ## Examples

View File

@ -1,7 +1,7 @@
--- ---
display_name: Fly.io Region display_name: Fly.io Region
description: A parameter with human region names and icons description: A parameter with human region names and icons
icon: ../.icons/fly.svg icon: ../../../.icons/fly.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, parameter, fly.io, regions] 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 ## 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 ### 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 ## Associated template

View File

@ -1,7 +1,7 @@
--- ---
display_name: GCP Region display_name: GCP Region
description: Add Google Cloud Platform regions to your Coder template. description: Add Google Cloud Platform regions to your Coder template.
icon: ../.icons/gcp.svg icon: ../../../.icons/gcp.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [gcp, regions, parameter, helper] 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 ## Examples

View File

@ -1,7 +1,7 @@
--- ---
display_name: Git Clone display_name: Git Clone
description: Clone a Git repository by URL and skip if it exists. description: Clone a Git repository by URL and skip if it exists.
icon: ../.icons/git.svg icon: ../../../.icons/git.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [git, helper] tags: [git, helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Git commit signing display_name: Git commit signing
description: Configures Git to sign commits using your Coder SSH key description: Configures Git to sign commits using your Coder SSH key
icon: ../.icons/git.svg icon: ../../../.icons/git.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, git] tags: [helper, git]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Git Config display_name: Git Config
description: Stores Git configuration from Coder credentials description: Stores Git configuration from Coder credentials
icon: ../.icons/git.svg icon: ../../../.icons/git.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, git] tags: [helper, git]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Github Upload Public Key display_name: Github Upload Public Key
description: Automates uploading Coder public key to Github so users don't have to. 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 maintainer_github: coder
verified: true verified: true
tags: [helper, git] tags: [helper, git]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Goose display_name: Goose
description: Run Goose in your workspace description: Run Goose in your workspace
icon: ../.icons/goose.svg icon: ../../../.icons/goose.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [agent, goose] tags: [agent, goose]

View File

@ -1,7 +1,7 @@
--- ---
display_name: "HCP Vault Secrets" display_name: "HCP Vault Secrets"
description: "Fetch secrets from HCP Vault" description: "Fetch secrets from HCP Vault"
icon: ../.icons/vault.svg icon: ../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true 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) 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. 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. 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. 4. Set the `project_id`. This is the ID of the project where the HCP Vault Secrets app is running.

View File

@ -1,7 +1,7 @@
--- ---
display_name: JetBrains Gateway display_name: JetBrains Gateway
description: Add a one-click button to launch JetBrains Gateway IDEs in the dashboard. 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 maintainer_github: coder
verified: true verified: true
tags: [ide, jetbrains, helper, parameter] 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 ## Examples

View File

@ -1,7 +1,7 @@
--- ---
display_name: JFrog (OAuth) display_name: JFrog (OAuth)
description: Install the JF CLI and authenticate with Artifactory using OAuth. description: Install the JF CLI and authenticate with Artifactory using OAuth.
icon: ../.icons/jfrog.svg icon: ../../../.icons/jfrog.svg
maintainer_github: coder maintainer_github: coder
partner_github: jfrog partner_github: jfrog
verified: true 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. 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 ```tf
module "jfrog" { module "jfrog" {

View File

@ -1,7 +1,7 @@
--- ---
display_name: JFrog (Token) display_name: JFrog (Token)
description: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider. description: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider.
icon: ../.icons/jfrog.svg icon: ../../../.icons/jfrog.svg
maintainer_github: coder maintainer_github: coder
partner_github: jfrog partner_github: jfrog
verified: true verified: true
@ -33,7 +33,7 @@ For detailed instructions, please see this [guide](https://coder.com/docs/v2/lat
> Note > Note
> This module does not install `npm`, `go`, `pip`, etc but only configure them. You need to handle the installation of these tools yourself. > 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 ## Examples

View File

@ -1,7 +1,7 @@
--- ---
display_name: Jupyter Notebook display_name: Jupyter Notebook
description: A module that adds Jupyter Notebook in your Coder template. description: A module that adds Jupyter Notebook in your Coder template.
icon: ../.icons/jupyter.svg icon: ../../../.icons/jupyter.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [jupyter, helper, ide, web] tags: [jupyter, helper, ide, web]
@ -11,7 +11,7 @@ tags: [jupyter, helper, ide, web]
A module that adds Jupyter Notebook in your Coder template. A module that adds Jupyter Notebook in your Coder template.
![Jupyter Notebook](../.images/jupyter-notebook.png) ![Jupyter Notebook](../../.images/jupyter-notebook.png)
```tf ```tf
module "jupyter-notebook" { module "jupyter-notebook" {

View File

@ -1,7 +1,7 @@
--- ---
display_name: JupyterLab display_name: JupyterLab
description: A module that adds JupyterLab in your Coder template. description: A module that adds JupyterLab in your Coder template.
icon: ../.icons/jupyter.svg icon: ../../../.icons/jupyter.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [jupyter, helper, ide, web] tags: [jupyter, helper, ide, web]
@ -11,7 +11,7 @@ tags: [jupyter, helper, ide, web]
A module that adds JupyterLab in your Coder template. A module that adds JupyterLab in your Coder template.
![JupyterLab](../.images/jupyterlab.png) ![JupyterLab](../../.images/jupyterlab.png)
```tf ```tf
module "jupyterlab" { module "jupyterlab" {

View File

@ -1,7 +1,7 @@
--- ---
display_name: KasmVNC display_name: KasmVNC
description: A modern open source VNC server description: A modern open source VNC server
icon: ../.icons/kasmvnc.svg icon: ../../../.icons/kasmvnc.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, vnc, desktop] tags: [helper, vnc, desktop]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Personalize display_name: Personalize
description: Allow developers to customize their workspace on start description: Allow developers to customize their workspace on start
icon: ../.icons/personalize.svg icon: ../../../.icons/personalize.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Slack Me display_name: Slack Me
description: Send a Slack message when a command finishes inside a workspace! description: Send a Slack message when a command finishes inside a workspace!
icon: ../.icons/slack.svg icon: ../../../.icons/slack.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper] tags: [helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: Hashicorp Vault Integration (GitHub) display_name: Hashicorp Vault Integration (GitHub)
description: Authenticates with Vault using GitHub description: Authenticates with Vault using GitHub
icon: ../.icons/vault.svg icon: ../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true 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" 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 ## Configuration

View File

@ -1,7 +1,7 @@
--- ---
display_name: Hashicorp Vault Integration (JWT) display_name: Hashicorp Vault Integration (JWT)
description: Authenticates with Vault using a JWT from Coder's OIDC provider description: Authenticates with Vault using a JWT from Coder's OIDC provider
icon: ../.icons/vault.svg icon: ../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: Hashicorp Vault Integration (Token) display_name: Hashicorp Vault Integration (Token)
description: Authenticates with Vault using Token description: Authenticates with Vault using Token
icon: ../.icons/vault.svg icon: ../../../.icons/vault.svg
maintainer_github: coder maintainer_github: coder
partner_github: hashicorp partner_github: hashicorp
verified: true verified: true

View File

@ -1,7 +1,7 @@
--- ---
display_name: VS Code Desktop display_name: VS Code Desktop
description: Add a one-click button to launch 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 maintainer_github: coder
verified: true verified: true
tags: [ide, vscode, helper] tags: [ide, vscode, helper]

View File

@ -1,7 +1,7 @@
--- ---
display_name: VS Code Web display_name: VS Code Web
description: VS Code Web - Visual Studio Code in the browser description: VS Code Web - Visual Studio Code in the browser
icon: ../.icons/code.svg icon: ../../../.icons/code.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [helper, ide, vscode, web] 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 ## Examples

View File

@ -1,7 +1,7 @@
--- ---
display_name: Windows RDP display_name: Windows RDP
description: RDP Server and Web Client, powered by Devolutions Gateway description: RDP Server and Web Client, powered by Devolutions Gateway
icon: ../.icons/desktop.svg icon: ../../../.icons/desktop.svg
maintainer_github: coder maintainer_github: coder
verified: true verified: true
tags: [windows, rdp, web, desktop] tags: [windows, rdp, web, desktop]

View File

@ -1,7 +1,7 @@
--- ---
display_name: nodejs display_name: nodejs
description: Install Node.js via nvm description: Install Node.js via nvm
icon: ../.icons/node.svg icon: ../../../.icons/node.svg
maintainer_github: TheZoker maintainer_github: TheZoker
verified: false verified: false
tags: [helper] tags: [helper]
@ -39,7 +39,7 @@ module "nodejs" {
} }
``` ```
### Full example ## Full example
A example with all available options: A example with all available options:

View File

@ -1,7 +1,7 @@
--- ---
display_name: exoscale-instance-type display_name: exoscale-instance-type
description: A parameter with human readable exoscale instance names description: A parameter with human readable exoscale instance names
icon: ../.icons/exoscale.svg icon: ../../../.icons/exoscale.svg
maintainer_github: WhizUs maintainer_github: WhizUs
verified: false verified: false
tags: [helper, parameter, instances, exoscale] 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 ## 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 ### 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 ## Related templates

View File

@ -1,7 +1,7 @@
--- ---
display_name: exoscale-zone display_name: exoscale-zone
description: A parameter with human zone names and icons description: A parameter with human zone names and icons
icon: ../.icons/exoscale.svg icon: ../../../.icons/exoscale.svg
maintainer_github: WhizUs maintainer_github: WhizUs
verified: false verified: false
tags: [helper, parameter, zones, regions, exoscale] 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 ## Examples
@ -69,7 +69,7 @@ resource "exoscale_compute_instance" "instance" {
} }
``` ```
![Exoscale Custom](../.images/exoscale-custom.png) ![Exoscale Custom](../../../.images/exoscale-custom.png)
### Exclude regions ### 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 ## Related templates