diff --git a/plugins/modules/ec2_transit_gateway_info.py b/plugins/modules/ec2_transit_gateway_info.py index 024aa5dcec9..8739815693b 100644 --- a/plugins/modules/ec2_transit_gateway_info.py +++ b/plugins/modules/ec2_transit_gateway_info.py @@ -136,7 +136,7 @@ description: The AWS account number ID which owns the transit gateway. returned: always type: str - sample: "1234567654323" + sample: "123456789012" state: description: The state of the transit gateway. returned: always @@ -153,7 +153,7 @@ description: The Amazon Resource Name (ARN) of the transit gateway. returned: always type: str - sample: "arn:aws:ec2:us-west-2:1234567654323:transit-gateway/tgw-02c42332e6b7da829" + sample: "arn:aws:ec2:us-west-2:123456789012:transit-gateway/tgw-02c42332e6b7da829" transit_gateway_id: description: The ID of the transit gateway. returned: always