Skip to content

Commit

Permalink
ec2_vpc_peer: Remove duplicate 'profile' parameter, it's automaticall…
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored and alinabuzachis committed Oct 11, 2024
1 parent ff9f3b0 commit 746ebf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/ec2_vpc_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def main():
peering_id=dict(),
peer_owner_id=dict(),
tags=dict(required=False, type='dict'),
profile=dict(),
state=dict(default='present', choices=['present', 'absent', 'accept', 'reject'])
)
)
Expand Down

0 comments on commit 746ebf5

Please sign in to comment.