Skip to content

Commit

Permalink
Merge pull request #27088 from christophetd/patch-1
Browse files Browse the repository at this point in the history
wafv2_web_acl: Remove broken link in docs breaking CI
  • Loading branch information
ewbankkit authored Oct 4, 2022
2 parents 862a9ba + 1a40797 commit 6a6cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/wafv2_web_acl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ The `field_to_match` block supports the following arguments:
An empty configuration block `{}` should be used when specifying `all_query_arguments`, `body`, `method`, or `query_string` attributes.

* `all_query_arguments` - (Optional) Inspect all query arguments.
* `body` - (Optional) Inspect the request body, which immediately follows the request headers. See [Body](#body) below for details.
* `body` - (Optional) Inspect the request body, which immediately follows the request headers.
* `cookies` - (Optional) Inspect the cookies in the web request. See [Cookies](#cookies) below for details.
* `headers` - (Optional) Inspect the request headers. See [Headers](#headers) below for details.
* `json_body` - (Optional) Inspect the request body as JSON. See [JSON Body](#json-body) for details.
Expand Down

0 comments on commit 6a6cb33

Please sign in to comment.