From d6dcb48a85d4b53209f02aeab074f48915a823ca Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 8 Mar 2021 09:14:27 +0100 Subject: [PATCH] Fix version_added and changelog from #460 (#465) This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/4f8c366df6552357717933f6ac2652f32552be6e --- plugins/modules/ec2_vpc_endpoint.py | 1 + 1 file changed, 1 insertion(+) 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)