turbot/steampipe-mod-aws-tags

Variables in AWS Tags

NameDefaultDescription
common_dimensions
[
"account_id",
"region"
]
A list of common dimensions to add to each control.
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. AWS 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.