From 84f8e28978de79a2846f49abe0510b0dda42fbe5 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 6 May 2026 08:18:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci(postgres):=20declare=20dance-?= =?UTF-8?q?lessons-coach=20DB=20+=20role=20+=20pgbouncer=20lookup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds dance-lessons-coach to the shared Postgres iac. Triggers postgres.yaml workflow which provisions a dance-lessons-coach Postgres DB owned by dance-lessons-coach_role, plus pgbouncer user_lookup function, plus credentials_editor admin grant. Required for dance-lessons-coach app's own iac/main.tf to later issue dynamic credentials. --- postgres/iac/terraform.tfvars | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/iac/terraform.tfvars b/postgres/iac/terraform.tfvars index b30537d..3334d07 100644 --- a/postgres/iac/terraform.tfvars +++ b/postgres/iac/terraform.tfvars @@ -3,4 +3,5 @@ applications = [ "erp", "crowdsec", "plausible", + "dance-lessons-coach", ] \ No newline at end of file -- 2.49.1