turbot/azure_tags

Variables in Azure Tags

NameDefaultDescription
tag_limit
45
Number 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.
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"]}.