diff --git a/plugins/modules/elb_network_lb.py b/plugins/modules/elb_network_lb.py index 22e419328d9..50142a3cc11 100644 --- a/plugins/modules/elb_network_lb.py +++ b/plugins/modules/elb_network_lb.py @@ -60,14 +60,17 @@ Type: description: The type of action. type: str + required: true TargetGroupArn: description: - The Amazon Resource Name (ARN) of the target group. + - Required if I(TargetGroupName) is not specified. - Mutually exclusive with I(TargetGroupName). type: str TargetGroupName: description: - The name of the target group. + - Required if I(TargetGroupArn) is not specified. - Mutually exclusive with I(TargetGroupArn). AlpnPolicy: description: