-
Notifications
You must be signed in to change notification settings - Fork 55
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
Error when the template contains Globals #259
Comments
Could you share an example template that crashes the tool? The issue will most likely be in pycfmodel not cfripper, but we maintain both. |
Sure @jsoucheiron
As soon as I remove the Globals, it works. |
I'm afraid this is not a CloudFormation template, but a SAM template. pycfmodel (and by extension CFRipper) does not support SAM. It should be possible to extend them to support it, but we don't use it and it'd be hard for us to do it. |
Thanks @jsoucheiron what I did is remove the Global section from the template
then I can see the normal warnings that cfripper founds in the template. Just to let you know. I will open a new issue since I'm playing with the tool a little, hope you don't mind! |
Detected the issue is with But it might require more time than expected. |
Hi
Cfripper version: cfripper, version 1.15.1
Installed via: pip
congrats on your fantastic tool.
I'm just playing around a little bit. So far, I've checked two YAML files and I found out that one of them is crashing unexpectedly. But your message is pretty clear about it:
Is there any reason you decided to don't take into account Globals? I'm just curious about it!
Thanks!
The text was updated successfully, but these errors were encountered: