Skip to content

Commit

Permalink
Add policy path to fargate_fluentbit
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanmuller authored Feb 18, 2025
1 parent e10c74a commit bcf3b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,7 @@ resource "aws_iam_policy" "fargate_fluentbit" {

name = try(var.fargate_fluentbit.policy_name_use_prefix, true) ? null : local.fargate_fluentbit_policy_name
name_prefix = try(var.fargate_fluentbit.policy_name_use_prefix, true) ? try(var.fargate_fluentbit.policy_name_prefix, "${local.fargate_fluentbit_policy_name}-") : null
path = try(var.fargate_fluentbit.policy_path, null)
description = try(var.fargate_fluentbit.policy_description, null)
policy = data.aws_iam_policy_document.fargate_fluentbit[0].json
}
Expand Down

0 comments on commit bcf3b05

Please sign in to comment.