Skip to content

Commit

Permalink
docs: update title and code highlighting for github_repository_ruleset (
Browse files Browse the repository at this point in the history
#2285)

Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
  • Loading branch information
stefanfreitag and nickfloyd committed Jun 14, 2024
1 parent aa07277 commit 350d8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/repository_ruleset.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description: |-
Creates a GitHub repository ruleset.
---

# github_repository_ruleset (Resource)
# github_repository_ruleset

Creates a GitHub repository ruleset.

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.

## Example Usage

```
```hcl
resource "github_repository" "example" {
name = "example"
description = "Example repository"
Expand Down

0 comments on commit 350d8f0

Please sign in to comment.