feat: finish up new postgres setup

This commit is contained in:
Julian Tölle 2023-10-15 13:52:57 +02:00
parent eb72e031d4
commit 33733de02c
4 changed files with 217 additions and 48 deletions

View file

@ -15,6 +15,11 @@ terraform {
version = ">= 0.11.4"
}
postgresql = {
source = "cyrilgdn/postgresql"
version = ">= 1.21.0"
}
random = {
source = "hashicorp/random"
}