terraform-provider-aws
terraform-provider-aws copied to clipboard
[New Data Source]: aws_appmesh_virtual_node
Description
Could we please have a new data source to allow us to lookup aws_appmesh_virtual_node resources without having to use remote state
Requested Resource(s) and/or Data Source(s)
aws_appmesh_virtual_node
Potential Terraform Configuration
data "aws_appmesh_virtual_node" "sample_filtered_on_name" {
name = "simpleappnode"
}
data "aws_appmesh_virtual_node" "sample_filtered_on_tag_name" {
tags = {
myTag = "simpleapp_virtual_node"
}
}
References
No response
Would you like to implement a fix?
No
Community Note
Voting for Prioritization
- Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
- Please see our prioritization guide for information on how we prioritize.
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
- If you are interested in working on this issue, please leave a comment.
- If this would be your first contribution, please review the contribution guide.
Hi @ChrisMKinsella and @justinretzolk, can I work on this?
Hey @shogohida absolutely!
Relates https://github.com/hashicorp/terraform-provider-aws/issues/17590.
This functionality has been released in v4.61.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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.