Skip to content

Commit

Permalink
Fix version_added and changelog from ansible-collections#460 (ansible…
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored and danielcotton committed Nov 23, 2021
1 parent 68a479e commit 2b7c2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minor_changes:
- Added support for specifying 'vpc_endpoint_type' in module 'ec2_vpc_endpoint'.
- ec2_vpc_endpoint - Added support for specifying ``vpc_endpoint_type`` (https://github.com/ansible-collections/community.aws/pull/460).
1 change: 1 addition & 0 deletions plugins/modules/ec2_vpc_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
default: Gateway
choices: [ "Interface", "Gateway", "GatewayLoadBalancer" ]
type: str
version_added: 1.5.0
service:
description:
- An AWS supported vpc endpoint service. Use the M(community.aws.ec2_vpc_endpoint_info)
Expand Down

0 comments on commit 2b7c2c6

Please sign in to comment.