mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Correct logic to try to use module created IAM role before falli… (#3433)
This commit is contained in:
@@ -660,6 +660,7 @@ variable "identity_providers" {
|
||||
required_claims = optional(map(string))
|
||||
username_claim = optional(string)
|
||||
username_prefix = optional(string)
|
||||
tags = optional(map(string), {})
|
||||
}))
|
||||
default = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user