turbot / steampipe-mod-azure-tags

Is your Azure tagging strategy following best practice? This mod checks if your Azure resource tags are set correctly to help you manage them effectively using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/azure_tags
Apache License 2.0
6 stars 3 forks source link

Add default values to all variables to better support `mod get` functionality #8

Closed misraved closed 2 years ago

misraved commented 2 years ago

Is your feature request related to a problem? Please describe. When getting a mod with variables through mod get, if there are no defaults defined and no values defined locally, any steampipe command will then prompt the user for those variables. We should add defaults and provide instructions with a sample Steampipe variable file for a smoother mod get experience and local experience as well.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.