diff --git a/plugins/modules/ec2_vpc_endpoint.py b/plugins/modules/ec2_vpc_endpoint.py index a9bf526b1dc..25afada9fd6 100644 --- a/plugins/modules/ec2_vpc_endpoint.py +++ b/plugins/modules/ec2_vpc_endpoint.py @@ -106,7 +106,7 @@ - Karen Cheng (@Etherdaemon) notes: - Support for O(tags) and I(purge_tags) was added in release 1.5.0. - - The i(policy_file) paramater was removed in release 6.0.0 please use the + - The I(policy_file) paramater was removed in release 6.0.0 please use the O(policy) option and a file lookup instead. extends_documentation_fragment: - amazon.aws.common.modules diff --git a/plugins/modules/ec2_vpc_nat_gateway.py b/plugins/modules/ec2_vpc_nat_gateway.py index becf9d88c02..9ca21b061c1 100644 --- a/plugins/modules/ec2_vpc_nat_gateway.py +++ b/plugins/modules/ec2_vpc_nat_gateway.py @@ -237,7 +237,7 @@ sample: "vpc-12345" nat_gateway_addresses: description: List of dictionaries containing the public_ip, network_interface_id, private_ip, and allocation_id. - returned: In all cases. + returned: always type: complex contains: allocation_id: