mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 03:11:06 +01:00
feat: Add support for Pod Identity assocation on Karpenter sub-module (#3031)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -96,3 +96,17 @@ output "instance_profile_unique" {
|
||||
description = "Stable and unique string identifying the IAM instance profile"
|
||||
value = try(aws_iam_instance_profile.this[0].unique_id, null)
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# Pod Identity
|
||||
################################################################################
|
||||
|
||||
output "namespace" {
|
||||
description = "Namespace associated with the Karpenter Pod Identity"
|
||||
value = var.namespace
|
||||
}
|
||||
|
||||
output "service_account" {
|
||||
description = "Service Account associated with the Karpenter Pod Identity"
|
||||
value = var.service_account
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user