feat: enable IRSA by default (#1849)

This commit is contained in:
Bryant Biggs
2022-02-06 14:36:34 -05:00
committed by GitHub
parent 2a47dfec16
commit 21c3802dea
7 changed files with 2 additions and 12 deletions

View File

@@ -238,7 +238,7 @@ variable "node_security_group_tags" {
variable "enable_irsa" {
description = "Determines whether to create an OpenID Connect Provider for EKS to enable IRSA"
type = bool
default = false
default = true
}
variable "openid_connect_audiences" {