From d342498648f35366c2bb7040fbc57b7ad2fb04e3 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 20 Sep 2024 17:52:25 +0000 Subject: [PATCH 1/2] Upgrade module versions and add cursor module - Aligned module versions to 1.0.18 for consistency. - Added a new module, "cursor," with initial configurations. --- dogfood/contents/main.tf | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dogfood/contents/main.tf b/dogfood/contents/main.tf index 58c78fbec11c3..88d12a670e5b7 100644 --- a/dogfood/contents/main.tf +++ b/dogfood/contents/main.tf @@ -106,7 +106,7 @@ module "slackme" { module "dotfiles" { source = "registry.coder.com/modules/dotfiles/coder" - version = "1.0.15" + version = "1.0.18" agent_id = coder_agent.dev.id } @@ -126,7 +126,7 @@ module "personalize" { module "code-server" { source = "registry.coder.com/modules/code-server/coder" - version = "1.0.15" + version = "1.0.18" agent_id = coder_agent.dev.id folder = local.repo_dir auto_install_extensions = true @@ -145,7 +145,7 @@ module "jetbrains_gateway" { module "filebrowser" { source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.8" + version = "1.0.18" agent_id = coder_agent.dev.id } @@ -155,6 +155,13 @@ module "coder-login" { agent_id = coder_agent.dev.id } +module "cursor" { + source = "registry.coder.com/modules/cursor/coder" + version = "1.0.18" + agent_id = coder_agent.dev.id + folder = local.repo_dir +} + resource "coder_agent" "dev" { arch = "amd64" os = "linux" From 0841d49c48d9b5bf69bf73625f255d5a516e941c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 20 Sep 2024 18:11:00 +0000 Subject: [PATCH 2/2] Add agent_name to filebrowser module configuration --- dogfood/contents/main.tf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dogfood/contents/main.tf b/dogfood/contents/main.tf index 88d12a670e5b7..f73d75781bca4 100644 --- a/dogfood/contents/main.tf +++ b/dogfood/contents/main.tf @@ -144,9 +144,10 @@ module "jetbrains_gateway" { } module "filebrowser" { - source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.18" - agent_id = coder_agent.dev.id + source = "registry.coder.com/modules/filebrowser/coder" + version = "1.0.18" + agent_id = coder_agent.dev.id + agent_name = "dev" } module "coder-login" { pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy