mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: finish up new postgres setup
This commit is contained in:
parent
eb72e031d4
commit
33733de02c
4 changed files with 217 additions and 48 deletions
|
|
@ -15,6 +15,11 @@ terraform {
|
|||
version = ">= 0.11.4"
|
||||
}
|
||||
|
||||
postgresql = {
|
||||
source = "cyrilgdn/postgresql"
|
||||
version = ">= 1.21.0"
|
||||
}
|
||||
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue