mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 00:11:11 +00:00
🔧 add to variables
modified: variables.tf
This commit is contained in:
parent
821a5242b1
commit
a3a21db644
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ variable "proxy_tags" {
|
|||
|
||||
variable "secrets" {
|
||||
description = "Map of secerets to be used by RDS Proxy for authentication to the database"
|
||||
type = map(object({ arn = string, description = string, kms_key_id = string }))
|
||||
type = map(object({ arn = string, description = string, kms_key_id = string, client_password_auth_type = string }))
|
||||
default = {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue