mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 02:41:03 +01:00
feat: Add output for access_policy_associations (#2904)
* add output for access_policy_associations * wording
This commit is contained in:
@@ -61,6 +61,11 @@ output "access_entries" {
|
||||
value = aws_eks_access_entry.this
|
||||
}
|
||||
|
||||
output "access_policy_associations" {
|
||||
description = "Map of eks cluster access policy associations created and their attributes"
|
||||
value = aws_eks_access_policy_association.this
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# KMS Key
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user