Skip to content

Commit

Permalink
Fix bug requiring GitHub IDP whilst policy disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xmorris committed Nov 30, 2023
1 parent e6bb2ae commit 952c488
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,23 @@ variable "enable_managed_policy" {
variable "github_idp" {
type = string
description = "GitHub IDP ID to use"
default = "null"
}

variable "github_org" {
type = string
description = "GitHub organization to use"
default = "null"
}

variable "github_teams" {
type = list(string)
description = "List of GitHub Teams to allow"
default = []
}

variable "allowed_emails" {
type = list(string)
description = "List of email addresses permitted to login via OTP"
default = []
}
}

0 comments on commit 952c488

Please sign in to comment.