add app_roles terraform module for vault and declare erp app

This commit is contained in:
2024-11-04 17:30:37 +01:00
parent bbb0bc7d5f
commit 784c014224
10 changed files with 105 additions and 30 deletions

View File

@@ -8,4 +8,7 @@ variable "POSTGRES_CREDENTIALS_EDITOR_USERNAME" {
variable "POSTGRES_CREDENTIALS_EDITOR_PASSWORD" {
type = string
sensitive = true
}
variable "applications" {
type = set(string)
}