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
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
[email protected]
+----------+-----------------+------------------------------------------------------------------------------+-------------------------+-------------------------+----------------+
| 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 |
+----------+-----------------+------------------------------------------------------------------------------+-------------------------+-------------------------+----------------+
The text was updated successfully, but these errors were encountered:
steampipe variables list command
The text was updated successfully, but these errors were encountered: