Bartek pointed out that SOPS was overkill for self-hosting. Additionally, several configuration options required the user to make terraform changes.
In this diff, I introduce the usage of terraform variables to
- configure mariadb username/password that was previously configured through sops
- configure the aws region, subnets, and user ip
Depends on D12323