diff --git a/moto/route53/models.py b/moto/route53/models.py index 67c262e8c..845991c5a 100644 --- a/moto/route53/models.py +++ b/moto/route53/models.py @@ -106,6 +106,10 @@ class RecordSet(object): except KeyError: pass + @property + def physical_resource_id(self): + return self.name + def to_xml(self): template = Template(""" {{ record_set.name }}