mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
feat: Allow setting custom IRSA policy name for karpenter (#2480)
This commit is contained in:
committed by
GitHub
parent
274c1a9222
commit
8954ff7bb4
@@ -32,6 +32,12 @@ variable "irsa_name" {
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "irsa_policy_name" {
|
||||
description = "Name of IAM policy for service accounts"
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "irsa_use_name_prefix" {
|
||||
description = "Determines whether the IAM role for service accounts name (`irsa_name`) is used as a prefix"
|
||||
type = bool
|
||||
|
||||
Reference in New Issue
Block a user