-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add support for tags and filters to aws_eip data source #4441
Conversation
357f78e
to
573b04a
Compare
Hey 👋, this is my first contribution and a bit of help would be really appreciated. I can't make the acceptance tests pass, I get the following:
As far as I can understand, the data sources I added can't match the Elastic IP resource created. Using the exact same code works if I compile my branch and deploy it as a plugin. What am I missing? |
573b04a
to
b5d0c3c
Compare
This should close hashicorp#2932
b5d0c3c
to
dab8e52
Compare
Managed to found the error myself. I believe the data source was trying to fetch the resource before it was created. Fixed it by adding a reference of the resource to the data source:
I think this should be ready for review now, I added tests and updated the docs. |
@bflad is there anything I can do to move this forward? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This should close #2932