Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3b992d7a authored by Kevin Coleman's avatar Kevin Coleman
Browse files

Formatting files

parent 461d2dac
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment