From 2c47b66f099c4d1d4b0096d10a5ce0b397147b47 Mon Sep 17 00:00:00 2001 From: Lei Jin <166442440+leijin-lw@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:54:20 -0800 Subject: [PATCH] fix: Fix the GetWorkflow type (#118) Signed-off-by: Lei Jin --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index f87dbd3..a811dd0 100644 --- a/main.tf +++ b/main.tf @@ -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 = ["*"] }