diff --git a/kubernetes-addons/aws-for-fluentbit/outputs.tf b/kubernetes-addons/aws-for-fluentbit/outputs.tf index d0e18a2faf3a0f3adcc2bf1e68ad0247c73ed7e3..f08bf48cbcf06484cb0de14048aa2159f5084da6 100644 --- a/kubernetes-addons/aws-for-fluentbit/outputs.tf +++ b/kubernetes-addons/aws-for-fluentbit/outputs.tf @@ -25,8 +25,8 @@ output "aws_fluent_bit_cw_log_group_arn" { description = "AWS Fluent Bit CloudWatch Log Group ARN" value = aws_cloudwatch_log_group.eks_worker_logs.arn } - + output "argocd_gitops_config" { description = "Configuration used for managing the add-on with GitOps" - value = var.manage_via_gitops ? local.argocd_gitops_config : null + value = var.manage_via_gitops ? local.argocd_gitops_config : null } \ No newline at end of file