Eagles-DevOps / MiniTwit

2 stars 2 forks source link

IaC for creating db #183

Closed danielgron closed 8 months ago

danielgron commented 8 months ago

Subtask of #176 The database is most likely going to outlive the rest of the environment and should not be recreated even if we recreate droplets etc.

My first thought: Bash script using Digital Ocean API to create database cluster, database and a user for our application.