ODK Terraform deployment - with webhooks

Hello Community.

I would like to share a project idea for anybody learning or setting up ODK central on AWS.

I have written a terraform deployment - including webhook functionality.

So the terraform deployment will request parameters such as domain name, password etc, and spin up the deployment on AWS.

I've managed to also intergrate webhooks functionality as well, so the postgresql DB will fire off a request whenever a submission is received etc. Credits to the Humanitarian OpenStreetMap Team, as im cloning their repo during deployment for this functionality.

Prometheus and Granfana is added aswell.

I've done so much, in the sense that I want to have it in an automated way, with least manual intervention, so you will see I've built in setting up swap space, etc.

Its still work in progress, However happy for your guys to take a look.

Happy to hear your guys criticism or comments.