From a3a21db644442c9966f48fb1fdf24ba4c5e93490 Mon Sep 17 00:00:00 2001 From: Amitai Getzler Date: Sun, 2 Apr 2023 17:35:33 +0300 Subject: [PATCH] :wrench: add to variables modified: variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index cb4254f..2b59642 100644 --- a/variables.tf +++ b/variables.tf @@ -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 = {} }