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)