feat(dogfood): add the portabledesktop module (#23165)

This commit is contained in:
Hugo Dutka
2026-03-17 13:56:27 +00:00
committed by GitHub
parent 41bd7acf66
commit b7e0f42591
+6
View File
@@ -471,6 +471,12 @@ module "devcontainers-cli" {
agent_id = coder_agent.dev.id
}
module "portabledesktop" {
source = "dev.registry.coder.com/coder/portabledesktop/coder"
version = "0.1.0"
agent_id = coder_agent.dev.id
}
resource "coder_agent" "dev" {
arch = "amd64"
os = "linux"