enable per app role list of policies
This commit is contained in:
@@ -10,5 +10,8 @@ variable "POSTGRES_CREDENTIALS_EDITOR_PASSWORD" {
|
||||
sensitive = true
|
||||
}
|
||||
variable "applications" {
|
||||
type = set(string)
|
||||
type = set(object({
|
||||
name = string
|
||||
policies = optional(list(string), [])
|
||||
}))
|
||||
}
|
||||
Reference in New Issue
Block a user