Skip to content

Commit

Permalink
Add the same path for policies
Browse files Browse the repository at this point in the history
  • Loading branch information
alisson276 committed Aug 14, 2022
1 parent 8728c2a commit 1d5d80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ resource "aws_iam_policy" "additional_json" {
count = local.create_role && var.attach_policy_json ? 1 : 0

name = local.role_name
path = var.role_path
policy = var.policy_json
}

Expand Down

0 comments on commit 1d5d80c

Please sign in to comment.