terraform-provider-aws icon indicating copy to clipboard operation
terraform-provider-aws copied to clipboard

[New Data Source]: aws_appmesh_virtual_node

Open ChrisMKinsella opened this issue 2 years ago • 1 comments

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

ChrisMKinsella avatar Sep 21 '22 09:09 ChrisMKinsella

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.

github-actions[bot] avatar Sep 21 '22 09:09 github-actions[bot]

Hi @ChrisMKinsella and @justinretzolk, can I work on this?

shogohida avatar Oct 27 '22 15:10 shogohida

Hey @shogohida absolutely!

justinretzolk avatar Oct 27 '22 20:10 justinretzolk

Relates https://github.com/hashicorp/terraform-provider-aws/issues/17590.

ewbankkit avatar Mar 21 '23 12:03 ewbankkit

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!

github-actions[bot] avatar Mar 30 '23 23:03 github-actions[bot]

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.

github-actions[bot] avatar Apr 30 '23 02:04 github-actions[bot]