stavxyz / terraform-aws-backend

A Terraform module for your AWS Backend + a guide for bootstrapping your terraform managed project
Apache License 2.0
54 stars 32 forks source link

Add `tags` input variable to configure tags to apply to all resources #24

Open MoritzKn opened 3 years ago

MoritzKn commented 3 years ago

Many orgs have tagging guidelines with tags that should be applied to all resources. Could we add an optional tags variable that would be applied to all resources?

I'd PR this just asking if there is interest for such an addition?