Skip to content

Commit 9641f93

Browse files
committed
Remove version = "latest"
1 parent 1b8e916 commit 9641f93

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/content/docs/terraform/additional-configurations/waf-managed-rulesets.mdx

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ resource "cloudflare_ruleset" "zone_level_managed_waf" {
5252
expression = "true"
5353
action = "execute"
5454
action_parameters {
55-
id = "efb7b8c949ac4650a09736fc376e9aee"
56-
version = "latest"
55+
id = "efb7b8c949ac4650a09736fc376e9aee"
5756
}
5857
}
5958
@@ -64,8 +63,7 @@ resource "cloudflare_ruleset" "zone_level_managed_waf" {
6463
expression = "true"
6564
action = "execute"
6665
action_parameters {
67-
id = "4814384a9e5d4991b9815dcfc25d2f1f"
68-
version = "latest"
66+
id = "4814384a9e5d4991b9815dcfc25d2f1f"
6967
}
7068
}
7169
}
@@ -161,8 +159,7 @@ resource "cloudflare_ruleset" "zone_level_managed_waf" {
161159
expression = "true"
162160
action = "execute"
163161
action_parameters {
164-
id = "efb7b8c949ac4650a09736fc376e9aee"
165-
version = "latest"
162+
id = "efb7b8c949ac4650a09736fc376e9aee"
166163
}
167164
}
168165
@@ -197,8 +194,7 @@ The following configuration includes the three overrides in the rule that execut
197194
expression = "true"
198195
action = "execute"
199196
action_parameters {
200-
id = "efb7b8c949ac4650a09736fc376e9aee"
201-
version = "latest"
197+
id = "efb7b8c949ac4650a09736fc376e9aee"
202198
overrides {
203199
rules {
204200
id = "5de7edfa648c4d6891dc3e7f84534ffa"
@@ -237,8 +233,7 @@ Building upon the rule that deploys the Cloudflare Managed Ruleset, the followin
237233
expression = "true"
238234
action = "execute"
239235
action_parameters {
240-
id = "efb7b8c949ac4650a09736fc376e9aee"
241-
version = "latest"
236+
id = "efb7b8c949ac4650a09736fc376e9aee"
242237
matched_data {
243238
public_key = "Ycig/Zr/pZmklmFUN99nr+taURlYItL91g+NcHGYpB8="
244239
}

0 commit comments

Comments
 (0)