diff --git a/fluentbit.tf b/fluentbit.tf index f7164a6..ba03c0b 100644 --- a/fluentbit.tf +++ b/fluentbit.tf @@ -5,7 +5,7 @@ locals { module "fluentbit" { count = var.enable_fluentbit ? 1 : 0 - source = "github.com/sparkfabrik/terraform-helm-fluentbit?ref=0.3.1" + source = "github.com/sparkfabrik/terraform-helm-fluentbit?ref=0.4.0" namespace = local.fluentbit_namespace aws_region = data.aws_region.current.name cluster_oidc_issuer_host = module.eks.oidc_provider