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 449375b commit a286977Copy full SHA for a286977
main.tf
@@ -72,7 +72,7 @@ EOF
72
73
74
resource "aws_iam_policy" "ssm_s3_cwl_access" {
75
- name = "SessionManagerPermissions"
+ name = format("%s-SessionManagerPermissions", var.role_name)
76
path = "/"
77
policy = data.aws_iam_policy_document.ssm_s3_cwl_access.json
78
}
0 commit comments