Skip to content
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

Cross-stack referencing of GroupId throws error #26

Closed
eomaza opened this issue Mar 7, 2017 · 2 comments
Closed

Cross-stack referencing of GroupId throws error #26

eomaza opened this issue Mar 7, 2017 · 2 comments

Comments

@eomaza
Copy link

eomaza commented Mar 7, 2017

/lib/model/cfn_model.rb:70:in `resolve_group_id': GroupId only legal att on security group resource (RuntimeError)

Can cfn-nag handle cross-stack referencing?

@ghost
Copy link

ghost commented May 13, 2017

@eomaza, sorry for the late reply. if you can send me a template that is giving cfn-nag convulsions, i have some time now to update things.

@ghost
Copy link

ghost commented Jul 18, 2017

I was able to reproduce this exception with a call to a nested stack's output like such:

"GroupId": { "Fn::GetAtt": ["NestedGuy", "Outputs.sg2output"] },

This is fixed in 0.1.7 (where it just safely ignores this since the reference is to an external value we don't have access to)

@ghost ghost closed this as completed Jul 18, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant