This commit is contained in:
Terry Cain 2017-10-21 22:10:45 +01:00
parent efefc1714e
commit ae6f9dcb71
No known key found for this signature in database
GPG Key ID: 14D90844E4E9B9F3

View File

@ -209,7 +209,7 @@ class FakeZone(BaseModel):
@property
def physical_resource_id(self):
return self.name
return self.id
@classmethod
def create_from_cloudformation_json(cls, resource_name, cloudformation_json, region_name):