mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 11:21:04 +01:00
feat: enable IRSA by default (#1849)
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user