docs/aws: Fixing the AWS WAF Documentation

This commit is contained in:
stack72 2016-11-01 19:42:56 +00:00
parent 565e8719db
commit 4d033aa189
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
8 changed files with 32 additions and 6 deletions

View File

@ -6,6 +6,10 @@ description: |-
Provides a AWS WAF ByteMatchSet resource.
---
# aws\_waf\_byte\_match\_set
Provides a WAF Byte Match Set Resource
## Example Usage
```

View File

@ -6,6 +6,10 @@ description: |-
Provides a AWS WAF IPSet resource.
---
# aws\_waf\_ipset
Provides a WAF IPSet Resource
## Example Usage
```

View File

@ -6,6 +6,10 @@ description: |-
Provides a AWS WAF rule resource.
---
# aws\_waf\_rule
Provides a WAF Rule Resource
## Example Usage
```

View File

@ -6,6 +6,10 @@ description: |-
Provides a AWS WAF SizeConstraintSet resource.
---
# aws\_waf\_size\_constraint\_set
Provides a WAF Size Constraint Set Resource
## Example Usage
```

View File

@ -6,6 +6,10 @@ description: |-
Provides a AWS WAF SqlInjectionMatchSet resource.
---
# aws\_waf\_sql\_injection\_match\_set
Provides a WAF SQL Injection Match Set Resource
## Example Usage
```

View File

@ -1,11 +1,15 @@
---
layout: "aws"
page_title: "AWS: aws_waf_web_acl"
sidebar_current: "docs-aws-resource-waf"
sidebar_current: "docs-aws-resource-waf-webacl"
description: |-
Provides a AWS WAF web access control group (ACL) resource.
---
# aws\_waf\_web\_acl
Provides a WAF Web ACL Resource
## Example Usage
```
@ -54,8 +58,6 @@ The following arguments are supported:
* `rules` - (Required) The rules to associate with the web ACL and the settings for each rule.
## Remarks
## Attributes Reference
The following attributes are exported:

View File

@ -6,6 +6,10 @@ description: |-
Provides a AWS WAF XssMatchSet resource.
---
# aws\_waf\_xss\_match\_set
Provides a WAF XSS Match Set Resource
## Example Usage
```

View File

@ -816,11 +816,11 @@
</li>
<li<%= sidebar_current("docs-aws-resource-waf-rule") %>>
<a href="/docs/providers/aws/r/aws_waf_rule.html">aws_waf_rule</a>
<a href="/docs/providers/aws/r/waf_rule.html">aws_waf_rule</a>
</li>
<li<%= sidebar_current("docs-aws-resource-waf-ipset") %>>
<a href="/docs/providers/aws/r/aws_waf_ipset.html">aws_waf_ipset</a>
<a href="/docs/providers/aws/r/waf_ipset.html">aws_waf_ipset</a>
</li>
<li<%= sidebar_current("docs-aws-resource-waf-xss-match-set") %>>
@ -828,7 +828,7 @@
</li>
<li<%= sidebar_current("docs-aws-resource-waf-sql-injection-match-set") %>>
<a href="/docs/providers/aws/r/aws_waf_sql_injection_match_set.html">aws_waf_sql_injection_match_set</a>
<a href="/docs/providers/aws/r/waf_sql_injection_match_set.html">aws_waf_sql_injection_match_set</a>
</li>
</ul>