From 061b2f596ff681fca5f5a932f27fd5bb37851395 Mon Sep 17 00:00:00 2001 From: Philipp Pfeil Date: Mon, 23 Dec 2024 19:23:12 +0100 Subject: [PATCH] fix: code section is centered (#2522) Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com> --- website/docs/r/organization_ruleset.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/organization_ruleset.html.markdown b/website/docs/r/organization_ruleset.html.markdown index 737d3953f4..1f31a19b42 100644 --- a/website/docs/r/organization_ruleset.html.markdown +++ b/website/docs/r/organization_ruleset.html.markdown @@ -13,7 +13,7 @@ This resource allows you to create and manage rulesets on the organization level ## Example Usage -``` +```hcl resource "github_organization_ruleset" "example" { name = "example" target = "branch"