You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have lot of nested stacks and reference the same with TemplateURL and parameters - Ref and Sub.
Describe the solution you'd like
When i test the cloud formation for compliance using Guard, the TemplateURL is not validated, both Ref and Sub are also not working.
I am not sure how to get this validate locally and as well in S3. Please provide guidance on how to go about.
regards
govind
The text was updated successfully, but these errors were encountered:
Thanks @govindrk and @TheFlexican for highlighting this issue, noted down that we should be addressing real-life scenarios where CFN template spans across multiple files. We'll research more on how can we achieve that.
Meanwhile, the closest thing that we do support is to use --input-parameters along with --data argument. But even that has a limitation of root keys to be mutually exclusive, as in we don't support taking a union of two files.
Detailed documentation for this feature could be found here under section Dynamic data lookup for inspection via multiple data files.
Is your feature request related to a problem? Please describe.
We have lot of nested stacks and reference the same with TemplateURL and parameters - Ref and Sub.
Describe the solution you'd like
When i test the cloud formation for compliance using Guard, the TemplateURL is not validated, both Ref and Sub are also not working.
I am not sure how to get this validate locally and as well in S3. Please provide guidance on how to go about.
regards
govind
The text was updated successfully, but these errors were encountered: