terratag

Automate resource tagging in Terraform for AWS, Azure & GCP

brewmacoslinux
Try with needOr install directly
Source

About

CLI to automate tagging for AWS, Azure & GCP resources in Terraform

Commands

terratag

Examples

Initialize terratag in current directory with default tags$ terratag
Apply tags from terratag.json to all Terraform resources$ terratag -tags terratag.json
Skip certain resources while tagging$ terratag -skipTags resource_type1,resource_type2