Skip to content

Commit

Permalink
feat: Add output for access_policy_associations (#2904)
Browse files Browse the repository at this point in the history
* add output for access_policy_associations

* wording
  • Loading branch information
Zack A authored and GitHub committed Feb 6, 2024
1 parent 0381503 commit 0d2a4c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
| Name | Description |
|------|-------------|
| <a name="output_access_entries"></a> [access\_entries](#output\_access\_entries) | Map of access entries created and their attributes |
| <a name="output_access_policy_associations"></a> [access\_policy\_associations](#output\_access\_policy\_associations) | Map of eks cluster access policy associations created and their attributes |
| <a name="output_cloudwatch_log_group_arn"></a> [cloudwatch\_log\_group\_arn](#output\_cloudwatch\_log\_group\_arn) | Arn of cloudwatch log group created |
| <a name="output_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#output\_cloudwatch\_log\_group\_name) | Name of cloudwatch log group created |
| <a name="output_cluster_addons"></a> [cluster\_addons](#output\_cluster\_addons) | Map of attribute maps for all EKS cluster addons enabled |
Expand Down
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
################################################################################
Expand Down

0 comments on commit 0d2a4c2

Please sign in to comment.