How to contribute default fields for any cnquery resource #635
scottford-io
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running mql queries, you will find many resources display fields by default.
For example the query
aws.ec2.instances
executed against an aws account will return a list ofaws.ec2.instance
objects representing all of the ec2 instances found across all enabled regions in whatever account you are targeting. The results for that query look something like this:From the example above, you can see that the results display the values for the fields
arn
andstate
. The following video provides a quick walkthrough of how to contribute defaults for resources that might not have defaults defined, or how to suggest an update to existing defaults.https://www.loom.com/share/b2bb57c634cd457ca90378eaba3a6e23
Beta Was this translation helpful? Give feedback.
All reactions