Skip to content

Commit bcb8848

Browse files
committed
Small updates
1 parent 76de0be commit bcb8848

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/content/docs/terraform/additional-configurations/waf-custom-rules.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ For more information on configuring custom detection locations, refer to the [Te
9595
The following example creates a [custom ruleset](/ruleset-engine/custom-rulesets/) in the account with ID `<ACCOUNT_ID>` containing a single custom rule. This custom ruleset is then deployed using a separate `cloudflare_ruleset` Terraform resource. If you do not deploy a custom ruleset, it will not execute.
9696

9797
:::caution
98-
9998
You can only create and deploy custom rulesets at the account level.
10099
:::
101100

@@ -153,9 +152,7 @@ For more information on configuring and deploying custom rulesets, refer to [Wor
153152

154153
<Render file="leaked-credentials-recommend-detection" product="waf" />
155154

156-
The following configuration creates a custom ruleset with a single rule that
157-
[checks for exposed
158-
credentials](/waf/managed-rules/check-for-exposed-credentials/configure-api/#create-a-custom-rule-checking-for-exposed-credentials).
155+
The following configuration creates a custom ruleset with a single rule that [checks for exposed credentials](/waf/managed-rules/check-for-exposed-credentials/configure-api/#create-a-custom-rule-checking-for-exposed-credentials).
159156

160157
You can only add exposed credential checks to rules in a custom ruleset (that is, a ruleset with `kind = "custom"`).
161158

src/content/partials/waf/leaked-credentials-detection-enable-terraform.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
```terraform
66
resource "cloudflare_leaked_credential_check" "zone_lcc_example" {
7-
zone_id = "<ZONE_ID>"
8-
enabled = true
7+
zone_id = "<ZONE_ID>"
8+
enabled = true
99
}
1010
```
1111

12-
For more information, refer to the [Terraform Cloudflare provider](https://registry.terraform.io/providers/cloudflare/cloudflare/4.48.0/docs/resources/leaked_credential_check) documentation.
12+
For more information, refer to the [Terraform Cloudflare provider documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/4.48.0/docs/resources/leaked_credential_check).

0 commit comments

Comments
 (0)