From b3db41e6d8d8fe0b2d559a35ab2a4557b26c56a8 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 19 Feb 2020 18:05:43 +0100 Subject: [PATCH] Fix hacking policy (#67579) --- hacking/aws_config/testing_policies/compute-policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/aws_config/testing_policies/compute-policy.json b/hacking/aws_config/testing_policies/compute-policy.json index 306af2410cd..37406a9fbeb 100644 --- a/hacking/aws_config/testing_policies/compute-policy.json +++ b/hacking/aws_config/testing_policies/compute-policy.json @@ -248,7 +248,7 @@ "states:UpdateStateMachine" ], "Resource": [ - "arn:aws:states:*" + "arn:aws:states:*:*:*" ] }, {