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

[Enhancement]: Datasource for aws_glue_classifiers

Open matschundbrei opened this issue 2 years ago • 1 comments

Description

In order to work with classifiers more efficiently, we would like to have a data source available for the custom classifiers already configured.

Ideally it returns a usable list for the crawler parameter 'classifiers'.

Affected Resource(s) and/or Data Source(s)

  • aws_glue_classifiers (data source, new)

Potential Terraform Configuration

data "aws_glue_classifiers" "example" {}

References

Would you like to implement a fix?

No

matschundbrei avatar Nov 29 '22 09:11 matschundbrei

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 Nov 29 '22 09:11 github-actions[bot]