mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Allow db to be publically accessible
This commit is contained in:
parent
63ba8ce5cb
commit
238a609c73
1 changed files with 4 additions and 0 deletions
|
|
@ -71,4 +71,8 @@ resource "aws_db_instance" "default" {
|
|||
lifecycle {
|
||||
prevent_destroy = true
|
||||
}
|
||||
# For the moment, we make the database publically accessible so that we can connect to it from the frontend.
|
||||
# We will look to change this in the future but as we are pre-MVP at the time of setting this, we don't
|
||||
# have major security demand and don't want to set this up now
|
||||
publicly_accessible = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue