Terraform module for tagging-policy on aws
module "tagging-policy" {
source = "registry.patterneddesigns.ca/standardnat/tagging-policy/aws"
version = "0.1.0"
}required_tagsList of tag keys that must be present on all resources
default_tagsDefault tag values applied to all resources
enforce_lowercaseEnforce lowercase tag values for consistency
tag_valuesAllowed values for specific tag keys. Define constraints for tags that have a limited set of valid options (e.g., Environment = ["dev", "staging", "prod"]).
additional_tagsExtra tags to include beyond defaults and required tags
merged_tagsCombined tags with defaults, required tags, and additional tags
validation_rulesTag validation rules for policy enforcement (JSON-encoded)
required_tag_keysList of required tag key names