Fix resetting backends.

This commit is contained in:
Steve Pulec 2017-03-11 23:18:58 -05:00
commit caea5f441d
2 changed files with 4 additions and 6 deletions

View file

@ -2633,7 +2633,7 @@ class VPCGatewayAttachment(BaseModel):
@property
def physical_resource_id(self):
return self.id
return self.vpc_id
class VPCGatewayAttachmentBackend(object):