diff --git a/repokid/utils/roledata.py b/repokid/utils/roledata.py index fe85fadac..1a59d725c 100644 --- a/repokid/utils/roledata.py +++ b/repokid/utils/roledata.py @@ -26,7 +26,7 @@ import repokid.hooks from repokid.role import Role -IAM_ACCESS_ADVISOR_UNSUPPORTED_SERVICES = frozenset(['lightsail', 'organizations']) +IAM_ACCESS_ADVISOR_UNSUPPORTED_SERVICES = frozenset(['lightsail', 'organizations', 'tag']) IAM_ACCESS_ADVISOR_UNSUPPORTED_ACTIONS = frozenset(['iam:passrole'])