🔧 add to variables

modified:   variables.tf
This commit is contained in:
Amitai Getzler 2023-04-02 17:35:33 +03:00
parent 821a5242b1
commit a3a21db644

View file

@ -79,7 +79,7 @@ variable "proxy_tags" {
variable "secrets" { variable "secrets" {
description = "Map of secerets to be used by RDS Proxy for authentication to the database" 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 = {} default = {}
} }