Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't use rulesets for non-enterprise accounts #44

Merged
merged 4 commits into from
Apr 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: don't use rulesets for non-enterprise accounts
  • Loading branch information
bzarboni1 committed Apr 19, 2024
commit 1b0f11c389d67fde944e7a1893cb462cae6f1aca
1 change: 0 additions & 1 deletion modules/github-foundations/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ variable "oidc_configuration" {
variable "account_type" {
type = string
description = "The type of GitHub account being used. Should be one of either `Personal`, `Organization`, or `Enterprise`."
default = "Organization"

validation {
condition = contains(["Personal", "Organization", "Enterprise"], var.account_type)
Expand Down
Loading