Skip to content

Commit a286977

Browse files
author
Rajiv Reddy
authored
Update main.tf
1 parent 449375b commit a286977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ EOF
7272

7373

7474
resource "aws_iam_policy" "ssm_s3_cwl_access" {
75-
name = "SessionManagerPermissions"
75+
name = format("%s-SessionManagerPermissions", var.role_name)
7676
path = "/"
7777
policy = data.aws_iam_policy_document.ssm_s3_cwl_access.json
7878
}

0 commit comments

Comments
 (0)