From 46e7e56d83075db93d858b3b04f3cd43ef00133c Mon Sep 17 00:00:00 2001 From: Philipp Pfeil Date: Fri, 20 Dec 2024 09:35:51 +0100 Subject: [PATCH] fix: code section is centered --- 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"