Skip to content

Commit

Permalink
added fluenbit and karpenter helm chart, IAM policies, merged VPC cha…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
Max Rahimi committed Jun 11, 2024
1 parent b6cd285 commit 9470a5e
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 @@ -8,7 +8,7 @@ resource "aws_cloudwatch_log_group" "fluent-bit" {

resource "aws_cloudwatch_log_group" "fluent-bit-system" {
count = var.fb_log_systemd ? 1 : 0
name = var.fb_log_system_group_name
name = var.fb_system_log_group_name
retention_in_days = var.fb_system_log_retention
kms_key_id = var.fb_log_encryption ? var.fb_kms_key_id : ""
tags = var.fb_tags
Expand Down

0 comments on commit 9470a5e

Please sign in to comment.