mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 00:23:46 +01:00
Add IRSA support (#632)
This commit is contained in:
committed by
Max Williams
parent
77f947ec91
commit
583c32d286
12
variables.tf
12
variables.tf
@@ -299,3 +299,15 @@ variable "node_groups" {
|
||||
type = any
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "enable_irsa" {
|
||||
description = "Whether to create OpenID Connect Provider for EKS to enable IRSA"
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "eks_oidc_root_ca_thumbprint" {
|
||||
type = string
|
||||
description = "Thumbprint of Root CA for EKS OIDC, Valid until 2037"
|
||||
default = "9e99a48a9960b14926bb7f3b02e22da2b0ab7280"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user