From 06e4cafd20aa5140d89a952a97b35c8833999194 Mon Sep 17 00:00:00 2001 From: Guilherme Martins Crocetti Date: Sun, 2 Feb 2020 13:10:04 -0300 Subject: [PATCH] Add enable_iam_database_authentication variable into snapshot 'to_xml' --- 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 aae708cdd..963af1c63 100644 --- a/moto/rds2/models.py +++ b/moto/rds2/models.py @@ -544,7 +544,7 @@ class Snapshot(BaseModel): {{ database.kms_key_id }} {{ snapshot.snapshot_arn }} - false + {{ database.enable_iam_database_authentication|lower }} """ ) return template.render(snapshot=self, database=self.database)