Merge pull request #1286 from terrycain/fix_1282

Fix 1282
This commit is contained in:
Jack Danger 2017-10-22 11:53:19 -07:00 committed by GitHub
commit 66a554470b
4 changed files with 23 additions and 9 deletions

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):