turbot/steampipe-mod-azure-tags

Variables in Azure Tags

NameDefaultDescription
tag_dimensions-A list of tags to add as dimensions to each control.
expected_tag_values
{
"Environment": [
"Dev",
"Staging",
"Prod"
]
}
Map of expected values for various tags, e.g., {"Environment": ["Prod", "Staging", "Dev%"]}. SQL wildcards '%' and '_' can be used for matching values. These characters must be escaped for exact matches, e.g., {"created_by": ["test\_user"]}.
tag_limit45Number of tags allowed on a resource. Azure allows up to 50 tags per resource.
mandatory_tags
[
"Environment",
"Owner"
]
A list of mandatory tags to check for.
prohibited_tags
[
"Password",
"Key"
]
A list of prohibited tags to check for.
common_dimensions
[
"resource_group",
"subscription_id"
]
A list of common dimensions to add to each control.