Skip to content

Commit 44db20f

Browse files
addGluePermission
1 parent 4b4d052 commit 44db20f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
129129
sid = "GLUE"
130130
actions = ["glue:ListWorkflows",
131131
"glue:BatchGetWorkflows",
132+
"glue:GetWorkflows",
132133
"glue:GetTags"]
133134
resources = ["*"]
134135
}

0 commit comments

Comments
 (0)