Replies: 1 comment
-
Sorry, I'm way behind on these. You can use the match function like and then loop the resources inside the function.Or you can register for certain types like: Then this function will be called: for each of those resource types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, folks.
Maybe it's not possible but I'd like to know if using custom rules (https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/custom_rules.md) is it possible to just use a
*
to loop through any resource type.Example: I have a template with multiple resources and all of them must have some required tags.
Is it possible?
As far as I know I have to declare every resource type that I need.
Beta Was this translation helpful? Give feedback.
All reactions