-
Notifications
You must be signed in to change notification settings - Fork 37
feat(Linode): add new template for Linode #234
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
base: main
Are you sure you want to change the base?
Conversation
Working on this actively, need to test before requesting pull. |
passes locally, do not have an account for testing with Linode, cannot test live functionality. |
…form, seeking assistance.
Currently stuck, cannot figure out how to convert string entered by user to string terraform will accept when defining storage size for instance disk size. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, move the template to your own namespace.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
display_name: Linode | ||
description: Provision Linode instaces as Coder workspaces | ||
icon: ../../../../.icons/docker.svg | ||
maintainer_github: coder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maintainer_github: coder |
See #192
Closes #210
Description
This pull request introduces a new Coder template for Linode. This template allows users to use Linode with their Coder instance for hosting projects on Linode.
Type of Change
Module Information
Path:
registry/coder/templates/linode
New version:
v1.0.0
Breaking change: [ ] Yes [X] No
Testing & Validation
bun test
)bun run fmt
)Related Issues