-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: Add tags on network interfaces #1362
Conversation
All resources created by the module must be tagged consistently. This PR addresses ENI lack of tags |
Thanks @alexmnyc for your contribution. |
@barryib my pleasure |
Hi @alexmnyc, I am getting this. Am I doing something wrong?
|
It sounds like I merged this, and it's not supported 🤦♂️
@jan-ludvik-deltatre @alexmnyc can you confirm please. |
But shouldn't CI fail on this before the merge?
|
The CI only terraform validate. I also thought that this kind of bug will be catched during that phase, but found that even This is a ongoing feature in the terraform-provider-aws. Here the related PR hashicorp/terraform-provider-aws#18033. Until that PR get merged, I'm reverting this. |
I see, it seems like aws provider is out of date and doesn't support it. Is that the issue? |
Yes. Please see my previous comment. For the revert could you review #1407 |
Reverted in v17.0.2 |
@alexmnyc can you please follow hashicorp/terraform-provider-aws#18033 and re-open a PR as soon as it get released in the provider ? Thanks everyone for your help. |
Thanks @barryib Will do. My bad. One would think it would be a pass through value given the AWS spec |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
Resolves #1361
Checklist