Skip to content

Commit 350d8f0

Browse files
docs: update title and code highlighting for github_repository_ruleset (#2285)
Co-authored-by: Nick Floyd <[email protected]>
1 parent aa07277 commit 350d8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/repository_ruleset.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ description: |-
55
Creates a GitHub repository ruleset.
66
---
77

8-
# github_repository_ruleset (Resource)
8+
# github_repository_ruleset
99

1010
Creates a GitHub repository ruleset.
1111

1212
This resource allows you to create and manage rulesets on the repository level. When applied, a new ruleset will be created. When destroyed, that ruleset will be removed.
1313

1414
## Example Usage
1515

16-
```
16+
```hcl
1717
resource "github_repository" "example" {
1818
name = "example"
1919
description = "Example repository"

0 commit comments

Comments
 (0)