Fix resetting backends.
This commit is contained in:
parent
abe0460dc7
commit
caea5f441d
2 changed files with 4 additions and 6 deletions
|
|
@ -2633,7 +2633,7 @@ class VPCGatewayAttachment(BaseModel):
|
|||
|
||||
@property
|
||||
def physical_resource_id(self):
|
||||
return self.id
|
||||
return self.vpc_id
|
||||
|
||||
|
||||
class VPCGatewayAttachmentBackend(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue