- Notifications
You must be signed in to change notification settings - Fork4
feat: adduse_classic_parameter_flow
tocoderd_template
resource#251
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
// TODO(ethanndickson): Remove this once the provider requires a Coder | ||
// deployment running `v2.15.0` or later. | ||
ifnewState.MaxPortShareLevel.IsUnknown() { | ||
newState.MaxPortShareLevel=curState.MaxPortShareLevel | ||
} |
ethanndicksonAug 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Removed this because I realised I could use planmodifierUseStateForUnknown
for it.
// TODO: Remove this update call (and the attribute) once the provider | ||
// requires a Coder version where this flag has been removed. |
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.
Coder 2.24 does not include the bool onCreateTemplateRequest
, only onUpdateTemplateMeta
. 2.25 does include it onCreateTemplateRequest
, however.
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.
one small clerical suggestion, but the code looks great!
Uh oh!
There was an error while loading.Please reload this page.
ethanndickson commentedAug 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Merge activity
|
ac0a928
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Closes#240.
By popular demand, this exposes the fallback to classic parameters via the Template resource.