Skip to content

Commit

Permalink
removing non-required prefix in the ruleset name
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Sep 4, 2024
1 parent 022499d commit 0c38184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "azurerm_storage_container" "tfstate" {
}

resource "github_organization_ruleset" "default_ruleset" {
name = "Rule Set Production Repositories"
name = "Production Repositories"
target = "branch"
enforcement = "active"

Expand Down

0 comments on commit 0c38184

Please sign in to comment.