We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10c74a commit a4f648aCopy full SHA for a4f648a
main.tf
@@ -2508,6 +2508,7 @@ resource "aws_iam_policy" "fargate_fluentbit" {
2508
2509
name = try(var.fargate_fluentbit.policy_name_use_prefix, true) ? null : local.fargate_fluentbit_policy_name
2510
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)
2512
description = try(var.fargate_fluentbit.policy_description, null)
2513
policy = data.aws_iam_policy_document.fargate_fluentbit[0].json
2514
}
0 commit comments