Skip to content

Commit 6034112

Browse files
committed
Fix indentation
1 parent bcb8848 commit 6034112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/waf/leaked-credentials-detection-add-custom-location-terraform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```terraform
66
# Create user-defined detection locations for leaked credentials detection
77
resource "cloudflare_leaked_credential_check_rule" "custom_location_example" {
8-
zone_id = "<ZONE_ID>"
8+
zone_id = "<ZONE_ID>"
99
username = "lookup_json_string(http.request.body.raw, \"user\")"
1010
password = "lookup_json_string(http.request.body.raw, \"secret\")"
1111
}

0 commit comments

Comments
 (0)