eana / bitwarden-tf-aws

Terraform module for running a cheap and yet stable vaultwarden instance (formerly bitwarden_rs) in AWS
15 stars 1 forks source link

Tweaks to smooth creation of bucket and adapt to new location of SOPS #204

Closed cjparsons74 closed 1 month ago

cjparsons74 commented 3 months ago

I wanted to update to the newer code from your repo but found I needed a couple of changes to get the instance to start up:

With these changes the instance starts up, however there is another problem that traefik doesn't create the certificates. To debug further will involve learning a bit more about what it is doing. I'll try and have a look at that after my vacation.

eana commented 2 months ago

Thank you for your contribution, @cjparsons74 Could you please update your branch with the latest changes from the master branch and run the pre-commit hooks?

cjparsons74 commented 1 month ago

I'm going to fork again and see whether the changes are still needed.