add app_roles terraform module for vault and declare erp app
This commit is contained in:
@@ -8,4 +8,7 @@ variable "POSTGRES_CREDENTIALS_EDITOR_USERNAME" {
|
||||
variable "POSTGRES_CREDENTIALS_EDITOR_PASSWORD" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
variable "applications" {
|
||||
type = set(string)
|
||||
}
|
||||
Reference in New Issue
Block a user