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
ec2_customer_gateway: fix bgp_asn documentation inconsistency

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 <git@osuv.de>
Reviewed-by: Alina Buzachis <None>
(cherry picked from commit 877ebbd)
  • Loading branch information
mandar242 authored and patchback[bot] committed Jun 3, 2022
1 parent f23fad2 commit d82ab81
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 d82ab81

Please sign in to comment.