feat: Add output for access_policy_associations (#2904)

* add output for access_policy_associations

* wording
This commit is contained in:
Zack A
2024-02-06 04:48:19 -08:00
committed by GitHub
parent 0381503cbb
commit 0d2a4c2af3
2 changed files with 6 additions and 0 deletions

View File

@@ -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
################################################################################