The "Deploy Hook" URL for Render services is a useful feature when deploying from platforms such as GitHub Actions. The documentation references using this in GitHub Actions via a secret, but manually copying this secret into GitHub is less than ideal. Being able to either set/update this value as an Actions secret via Terraform, or extract it from state in my pipeline, would streamline my usage of it.
I do not know if the other service types have Deploy Hook URLs so I've only requested render_private_service and render_web_service, but if it makes sense to extend this to render_static_site, render_cron_job, etc. then ideally we would for consistency.
The "Deploy Hook" URL for Render services is a useful feature when deploying from platforms such as GitHub Actions. The documentation references using this in GitHub Actions via a secret, but manually copying this secret into GitHub is less than ideal. Being able to either set/update this value as an Actions secret via Terraform, or extract it from state in my pipeline, would streamline my usage of it.
I do not know if the other service types have Deploy Hook URLs so I've only requested
render_private_serviceandrender_web_service, but if it makes sense to extend this torender_static_site,render_cron_job, etc. then ideally we would for consistency.