Skip to content

Commit

Permalink
allow directory management permission set to start SSM connections (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 authored Jan 10, 2024
1 parent d758a89 commit 9d3be86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ data "aws_iam_policy_document" "directory-management-document" {
"ec2:AuthorizeSecurityGroupIngress",
"ec2:AuthorizeSecurityGroupEgress",
"ec2:CreateTags",
"ssm:*",
"ssm-guiconnect:*Connection"
]
resources = ["*"] #tfsec:ignore:AWS099 tfsec:ignore:AWS097
Expand Down

0 comments on commit 9d3be86

Please sign in to comment.