-
Notifications
You must be signed in to change notification settings - Fork 85
refactor(coder-labs/gemini): support terraform provider coder v2.12.0 #493
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
7454067 to
ae60d9a
Compare
baef875 to
6a38f20
Compare
644d080 to
4c9fab8
Compare
6a38f20 to
f9944f0
Compare
f9944f0 to
cb2d034
Compare
cb2d034 to
8ea5d3b
Compare
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.
LGTM but this would be a minor change wouldn't it since its not technically a breaking change wouldn't it?
| version = "2.1.2" | ||
| agent_id = coder_agent.main.id | ||
| version = "3.0.0" | ||
| agent_id = coder_agent.example.id |
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.
| agent_id = coder_agent.example.id | |
| agent_id = coder_agent.main.id |
| version = "2.1.2" | ||
| agent_id = coder_agent.main.id | ||
| version = "3.0.0" | ||
| agent_id = coder_agent.example.id |
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.
| agent_id = coder_agent.example.id | |
| agent_id = coder_agent.main.id |
| version = "2.1.2" | ||
| agent_id = coder_agent.main.id | ||
| version = "3.0.0" | ||
| agent_id = coder_agent.example.id |
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.
| agent_id = coder_agent.example.id | |
| agent_id = coder_agent.main.id |
| version = "2.1.2" | ||
| agent_id = coder_agent.main.id | ||
| version = "3.0.0" | ||
| agent_id = coder_agent.example.id |
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.
| agent_id = coder_agent.example.id | |
| agent_id = coder_agent.main.id |
Description
Updates the module to use the new version of the agentapi module for Coder 2.28
Type of Change
Module Information
Path:
registry/[namespace]/modules/[module-name]New version:
v3.0.0Breaking change: [x] Yes [ ] No
Testing & Validation
bun test)bun fmt)Related Issues
task.promptinternal#1065Related PRs