Skip to content

Commit 244a214

Browse files
committed
Add missing quotes
1 parent aa85b51 commit 244a214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/terraform/additional-configurations/rate-limiting-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This example defines a [custom ruleset](/ruleset-engine/custom-rulesets/) with a
7777

7878
```tf
7979
resource "cloudflare_ruleset" "account_rl" {
80-
account_id = <ACCOUNT_ID>
80+
account_id = "<ACCOUNT_ID>"
8181
name = "Rate limiting rules for APIs"
8282
description = ""
8383
kind = "custom"

0 commit comments

Comments
 (0)