Skip to content

feat: add template for externally managed workspaces to coder-labs #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kacpersaw
Copy link

Description

Add externally-managed-workspace template for connecting Coder workspaces to externally provisioned compute resources

Type of Change

  • New module
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun run fmt)
  • Changes tested locally

Related Issues

coder/coder#19091

Comment on lines 12 to 13
arch = "amd64"
os = "linux"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should ask these as variables. We can nota assume what os and arch the user will use this on. WDYT?

@@ -0,0 +1,13 @@
---
display_name: Externally Managed Workspace
description: A template for externally managed workspaces
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: A template for externally managed workspaces
description: A template to provision externally managed resources as Coder workspaces

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest using a plug or chain link icon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants