Skip to content

Commit

Permalink
chore(deps): update terraform github.com/sparkfabrik/terraform-helm-f…
Browse files Browse the repository at this point in the history
…luentbit to v0.4.0
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent ae989ba commit 6d0cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluentbit.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d0cfc5

Please sign in to comment.