From 51e787fba6b24af7284394126ae5f1ced96a4f35 Mon Sep 17 00:00:00 2001 From: Guilherme Martins Crocetti Date: Sun, 2 Feb 2020 12:57:16 -0300 Subject: [PATCH] Add enable_iam_database_authentication in 'to_xml' method --- moto/rds2/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moto/rds2/models.py b/moto/rds2/models.py index 68acef0a0..aae708cdd 100644 --- a/moto/rds2/models.py +++ b/moto/rds2/models.py @@ -216,7 +216,7 @@ class Database(BaseModel): {{ database.source_db_identifier }} {% endif %} {{ database.engine }} - {{database.iam_database_authentication_enabled }} + {{database.enable_iam_database_authentication|lower }} {{ database.license_model }} {{ database.engine_version }}