Skip to content

Commit

Permalink
fix: Add aws_eks_addons.before_compute to the cluster_addons outp…
Browse files Browse the repository at this point in the history
…ut (#2533)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
code-eg and bryantbiggs authored Mar 23, 2023
1 parent 1c87861 commit f977d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ output "cluster_iam_role_unique_id" {

output "cluster_addons" {
description = "Map of attribute maps for all EKS cluster addons enabled"
value = aws_eks_addon.this
value = merge(aws_eks_addon.this, aws_eks_addon.before_compute)
}

################################################################################
Expand Down

0 comments on commit f977d83

Please sign in to comment.