-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Support tags for aws_db_instance data source #2988
Comments
yes pls add this |
I'm surprised that it is still not supported. Please add this. |
Ah looking at the original issue here, it appears the ask is for |
Especially when hex values are automatically added to db snapshot identifiers, as done in the TF RDS modules, the actual name of a snapshot is unknown so any data resource request fails. The tag filter extension is highly needed. |
…ces-by-tags enhancement: add support of tags to filter RDS instances (#2988)
This functionality has been released in v5.11.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Terraform Version
0.11.2.
Affected Resource(s)
Please list the resources as a list, for example:
Expected Behavior
When using an
aws_db_instance
data source, I'd like to filter by tags to find the instance.Actual Behavior
Only db_instance_identifier is currently supported.
The text was updated successfully, but these errors were encountered: