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

Add variables list command #1868

Closed
kaidaguerre opened this issue Apr 14, 2022 · 0 comments
Closed

Add variables list command #1868

kaidaguerre opened this issue Apr 14, 2022 · 0 comments

Comments

@kaidaguerre
Copy link
Contributor

kaidaguerre commented Apr 14, 2022

steampipe variables list command

  • Shows all "settable" variables and their values
    • Variables in this mod and its direct dependents
    • evaluates installed mods only (at least initially)
  • Shows the current value as well as the default
  • default pretty view, use --output json for json output
> steampipe variables list


steampipe-mod-aws-tags@v0.3
+----------+-----------------+------------------------------------------------------------------------------+-------------------------+-------------------------+----------------+
| mod_name | name            | description                                                                  | value                   | value_default           | type           |
+----------+-----------------+------------------------------------------------------------------------------+-------------------------+-------------------------+----------------+
| aws_tags | prohibited_tags | A list of prohibited tags to check for.                                      | ["Password","Key"]      | ["Password","Key"]      | list of string |
| aws_tags | tag_limit       | Number of tags allowed on a resource. AWS allows up to 50 tags per resource. | 45                      | 45                      | number         |
| aws_tags | mandatory_tags  | A list of mandatory tags to check for.                                       | ["Environment","Owner"] | ["Environment","Owner"] | list of string |
+----------+-----------------+------------------------------------------------------------------------------+-------------------------+-------------------------+----------------+
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