-
Notifications
You must be signed in to change notification settings - Fork 150
Allow setting default tags on resources managed by the provider #711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
sorry, the move to |
@fbreckle anything against landing this? |
Nope, I had a look at it already. Very nice feature indeed! I did not see a test for the functionality itself, i.e. configure provider with default tags, create a - I don't know - |
Very good call on the testing. Uncovered some bugs which lead to some refactoring. Should be good now |
This implements something similar to what the AWS provider offers: https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-1
The idea is to have the ability to add some tags to all resources. This is handy for stuff like marking resources managed through terraform, e.g.