Merge pull request #44969 from rallytime/bp-41305

Back-port #41305 to 2016.11
This commit is contained in:
Nicole Thomas 2017-12-15 12:22:17 -05:00 committed by GitHub
commit 4d6d640381
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1511,7 +1511,7 @@ def accept_vpc_peering_connection(name=None, conn_id=None, conn_name=None,
'comment': 'Boto VPC peering state'
}
if not pending['exists']:
if not pending:
ret['result'] = True
ret['changes'].update({
'old': 'No pending VPC peering connection found. '