diff --git a/changelogs/fragments/460-add-support-for-vpc-endpoint-type.yml b/changelogs/fragments/460-add-support-for-vpc-endpoint-type.yml index eb53ad4224b..85a22936165 100644 --- a/changelogs/fragments/460-add-support-for-vpc-endpoint-type.yml +++ b/changelogs/fragments/460-add-support-for-vpc-endpoint-type.yml @@ -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). diff --git a/plugins/modules/ec2_vpc_endpoint.py b/plugins/modules/ec2_vpc_endpoint.py index d7d10769f06..d15da3b2a79 100644 --- a/plugins/modules/ec2_vpc_endpoint.py +++ b/plugins/modules/ec2_vpc_endpoint.py @@ -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)