Opinionated.tf/products/dex/postgres.tf

6 lines
No EOL
145 B
HCL

module "postgres" {
source = "../../products/postgres"
stack_name = var.stack_name
database = "dex"
networks = [module.network]
}