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.
aws_iam_policy
1 parent 35e250a commit 19aacdbCopy full SHA for 19aacdb
iam_pipes.tf
@@ -397,6 +397,7 @@ resource "aws_iam_policy" "service" {
397
for_each = { for k, v in local.role_for_pipes : k => v if try(v.attach_policies_for_integrations, true) }
398
399
name = "${aws_iam_role.eventbridge_pipe[each.key].name}-${each.key}"
400
+ path = try(each.value.role_path, null)
401
policy = data.aws_iam_policy_document.service[each.key].json
402
}
403
0 commit comments