Skip to content

Commit 3ad842b

Browse files
authored
feat(dogfood/coder): add devcontainer-cli module (#18456)
This change adds the `devcontainers-cli` module to ensure the command has been installed. Its presence will not change how workspaces behave currently without additional changes to the terraform. Updates coder/internal#463
1 parent a04268a commit 3ad842b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dogfood/coder/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,13 @@ module "zed" {
343343
folder = local.repo_dir
344344
}
345345

346+
module "devcontainers-cli" {
347+
count = data.coder_workspace.me.start_count
348+
source = "dev.registry.coder.com/modules/devcontainers-cli/coder"
349+
version = ">= 1.0.0"
350+
agent_id = coder_agent.dev.id
351+
}
352+
346353
resource "coder_agent" "dev" {
347354
arch = "amd64"
348355
os = "linux"

0 commit comments

Comments
 (0)