Skip to content

Commit

Permalink
ec2_customer_gateway: fix bgp_asn documentation inconsistency (#1197) (
Browse files Browse the repository at this point in the history
…#1206)

[PR #1197/877ebbd8 backport][stable-2] ec2_customer_gateway: fix bgp_asn documentation inconsistency

This is a backport of PR #1197 as merged into main (877ebbd).
SUMMARY

Fixes #1075

ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ec2_customer_gateway
ADDITIONAL INFORMATION



While current documentation for the parameter states that
Border Gateway Protocol (BGP) Autonomous System Number (ASN), required when I(state=present).,
according to  boto3 documentation, bgp_asn defaults to 65000.

Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
patchback[bot] authored Jun 4, 2022
1 parent f23fad2 commit 957945f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/ec2_customer_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
options:
bgp_asn:
description:
- Border Gateway Protocol (BGP) Autonomous System Number (ASN), required when I(state=present).
- Border Gateway Protocol (BGP) Autonomous System Number (ASN).
- Defaults to C(65000) if not specified when I(state=present).
type: int
ip_address:
description:
Expand Down

0 comments on commit 957945f

Please sign in to comment.