Skip to content

Commit

Permalink
Update ec2_vpc_endpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis committed May 23, 2024
1 parent f093491 commit 417e0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_nat_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 417e0bd

Please sign in to comment.