Skip to content

Commit

Permalink
Update resource for iam_access_analyzer_enabled query to be AWS regio…
Browse files Browse the repository at this point in the history
…n ARN
  • Loading branch information
cbruno10 authored Apr 27, 2022
1 parent 15c783f commit 014d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/iam/iam_access_analyzer_enabled.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
select
-- Required Columns
r.region as resource,
'arn:' || r.partition || '::' || r.region || ':' || r.account_id as resource,
case
when aa.arn is not null then 'ok'
else 'alarm'
Expand Down

0 comments on commit 014d78e

Please sign in to comment.