fix: Add aws_eks_addons.before_compute to the cluster_addons output (#2533)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Cody Grant
2023-03-23 12:03:02 -04:00
committed by GitHub
parent 1c878618a0
commit f977d83500

View File

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