Skip to content

Commit

Permalink
fix: Fix the GetWorkflow type (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Jin <[email protected]>
  • Loading branch information
leijin-lw authored Dec 13, 2024
1 parent 0408bda commit 2c47b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
sid = "GLUE"
actions = ["glue:ListWorkflows",
"glue:BatchGetWorkflows",
"glue:GetWorkflows",
"glue:GetWorkflow",
"glue:GetTags"]
resources = ["*"]
}
Expand Down

0 comments on commit 2c47b66

Please sign in to comment.