Skip to content

Commit 5a9c111

Browse files
committed
Fix Terraform example title
1 parent 64540fb commit 5a9c111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/cloudflare-one/gateway/policies/dash-plus-api/network/enforce-device-posture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To get the UUIDs of your device posture checks, use the [List device posture rul
4141
<TabItem label="Terraform">
4242

4343
```tf
44-
resource "cloudflare_zero_trust_gateway_policy" "dns_resolvedip_blocklist_rule" {
44+
resource "cloudflare_zero_trust_gateway_policy" "all_net_applicationaccess_allow" {
4545
account_id = var.account_id
4646
name = "All-NET-ApplicationAccess-Allow"
4747
description = "Ensure access to the application comes from authorized WARP clients"

0 commit comments

Comments
 (0)