Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add some comments
  • Loading branch information
Emyrk committed Jun 18, 2025
commit 9a3d811293259357d65033c76a185fd301a14a70
2 changes: 2 additions & 0 deletions coderd/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ func (api *API) handleDynamicParameters(listen bool, rw http.ResponseWriter, r *
return
}
defer closeableTemplateFS.Close()
// templateFS does not implement the Close method. For it to be later merged with
// the module files, we need to convert it to an OverlayFS.
templateFS = closeableTemplateFS

// Having the Terraform plan available for the evaluation engine is helpful
Expand Down
Loading