role management for postgres synergy with vault dynamic credentials

This commit is contained in:
2024-10-30 10:36:31 +01:00
parent f9a47c8ccf
commit 1c22b946d6
13 changed files with 260 additions and 10 deletions

6
postgres/iac/backend.tf Normal file
View File

@@ -0,0 +1,6 @@
terraform {
backend "gcs" {
bucket = "arcodange-tf"
prefix = "factory/postgres"
}
}