You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Thomas and I were investigating some template issues on the demo environment, we ran into an issue updating a template version parameter. The Terraform plan would fail but we would get no visibility into what the actual error reported by Terraform was.
In order to actually find the issue, we had to navigate to /api/v2/templateversions/{template_verison_id}/logs to see the actual error and fix it.
Screen.Recording.2025-04-11.at.18.11.31.mov
Suggested solution:
Add a 'logs drawer' to the template parameters view to show the template import job logs when updating a template version parameter
Add a dropdown to the template versions list page to allow expanding the logs for any template version. This would allow template administrators to quickly investigate errors with templates.
The text was updated successfully, but these errors were encountered:
Note: Please close this out if it's a duplicate.
Problem:
While Thomas and I were investigating some template issues on the demo environment, we ran into an issue updating a template version parameter. The Terraform plan would fail but we would get no visibility into what the actual error reported by Terraform was.
In order to actually find the issue, we had to navigate to
/api/v2/templateversions/{template_verison_id}/logs
to see the actual error and fix it.Screen.Recording.2025-04-11.at.18.11.31.mov
Suggested solution:
Add a 'logs drawer' to the template parameters view to show the template import job logs when updating a template version parameter
Add a dropdown to the template versions list page to allow expanding the logs for any template version. This would allow template administrators to quickly investigate errors with templates.
The text was updated successfully, but these errors were encountered: