From e634ffdf7283324c2279cbd0c6fe1728ecb9bb48 Mon Sep 17 00:00:00 2001 From: vincentkwok Date: Wed, 30 Nov 2016 17:55:11 +0800 Subject: [PATCH] Fix doc typo (#10430) --- .../source/docs/providers/aws/r/alb_listener_rule.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown b/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown index 7ec6c195d4..b6a1933260 100644 --- a/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown +++ b/website/source/docs/providers/aws/r/alb_listener_rule.html.markdown @@ -52,7 +52,7 @@ Action Blocks (for `default_action`) support the following: * `target_group_arn` - (Required) The ARN of the Target Group to which to route traffic. * `type` - (Required) The type of routing action. The only valid value is `forward`. -Condition Blocks (for `default_action`) support the following: +Condition Blocks (for `default_condition`) support the following: * `field` - (Required) The name of the field. The only valid value is `path-pattern`. * `values` - (Required) The path patterns to match.