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

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

Fixing module name

parent 3b992d7a
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ module "nginx_ingress" {
depends_on = [module.aws_eks]
}
module "aws-for-fluent-bit" {
module "aws_for_fluent_bit" {
count = var.create_eks && var.aws_for_fluentbit_enable ? 1 : 0
source = "./kubernetes-addons/aws-for-fluentbit"
aws_for_fluentbit_helm_chart = var.aws_for_fluentbit_helm_chart
......
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