-
Notifications
You must be signed in to change notification settings - Fork 135
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
Ignore tags managed by external party #1177
Comments
xref: #1173 |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
/fresh |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
What problem are you facing?
My AWS account are managed by organization that have automation in place that adds tags with known prefix to all resources create by me. These tags can not be created or changed by me.
How could Official AWS Provider help solve your problem?
Terraform-aws-provider provides an option to ignore tags by prefix, provider-wide. (Documentation)
My propose is to extend ProviderConfig with field that allows defining prefixes to ignore. This is later used in provided configuration here
What I've tried to mitigate issue:
Solution:
I'm happy to contribute code, I've working PoC, PR will be provided shortly
The text was updated successfully, but these errors were encountered: