Updates tags for tfsec/checkov Ignore comments
No actual changes to infra; just syntax updates and Ignore comments for aws-iam-no-policy-wildcards and Checkov equivalent
Globally ignore the checks for tfsec
ignored_tfsec = [
"aws-iam-no-policy-wildcards", # We use wildcards in policies
ID - aws-iam-no-policy-wildcards
Severity - High
Impact - Overly permissive policies may grant access to sensitive resources
Resolution - Specify the exact permissions required, and to which resources they should apply instead of using wildcards.
tfsec - https://aquasecurity.github.io/tfsec/v1.27.1/checks/aws/iam/no-policy-wildcards/
checkov - https://docs.bridgecrew.io/docs/ensure-iam-policies-do-not-allow-write-access-without-constraint
tf registry - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document
AWS - https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html