-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CFN nag error when running it on a template that contains intrinsic function Fn::ForEach #621
Comments
Yup same here |
+1 same issue here with ForEach |
+1 same here (using version 0.8.10) In addition it is preventing me from deploying a stack using ForEach via the manifest in Customizations for AWS Control Tower (CfCT) because cfn_nag is built into the AWS-controlled validation mechanism for it. (Theirs is pinned to version 0.7.2 and cant be changed...!) In this situation a fix to cfn_nag won't solve the problem. Is there a workaround instead that still lets me use ForEach without cfn_nag breaking? |
+1 Same here |
Any fix for this issue? |
Same here. I think this project is abandoned |
We have a template that based on hostnames as identifier creates resources leveraging the Fn::ForEach Intrinsic function , sample example of the template
When I run cfn nag scan on the template with the command cfn_nag_scan --input-path <> getting an error
Commenting our that resource block from the template no error is being returned . Could the team confirm about the support for the intrinsic function
cfn nag version
The text was updated successfully, but these errors were encountered: