Skip to content

Commit

Permalink
[Terraform] Link to Snippets page (#18686)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa authored Dec 11, 2024
1 parent e0dc5cb commit 0ae0326
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/rules/snippets/create-terraform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "cloudflare_snippet_rules" "cookie_snippet_rule" {
description = "Trigger snippet on specific cookie"
snippet_name = "my_test_snippet_1"
}
depends_on = ["cloudflare_snippet.my_snippet"]
depends_on = [cloudflare_snippet.my_snippet]
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
pcx_content_type: navigation
title: Snippets
external_link: /rules/snippets/create-terraform/
sidebar:
order: 11
---

0 comments on commit 0ae0326

Please sign in to comment.