Skip to content

Commit a4f648a

Browse files
feat: Add policy path to fargate_fluentbit (#442)
1 parent e10c74a commit a4f648a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,6 +2508,7 @@ resource "aws_iam_policy" "fargate_fluentbit" {
25082508

25092509
name = try(var.fargate_fluentbit.policy_name_use_prefix, true) ? null : local.fargate_fluentbit_policy_name
25102510
name_prefix = try(var.fargate_fluentbit.policy_name_use_prefix, true) ? try(var.fargate_fluentbit.policy_name_prefix, "${local.fargate_fluentbit_policy_name}-") : null
2511+
path = try(var.fargate_fluentbit.policy_path, null)
25112512
description = try(var.fargate_fluentbit.policy_description, null)
25122513
policy = data.aws_iam_policy_document.fargate_fluentbit[0].json
25132514
}

0 commit comments

Comments
 (0)