hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.74k stars 9.1k forks source link

[Enhancement]: Datasource for aws_glue_classifiers #28069

Open matschundbrei opened 1 year ago

matschundbrei commented 1 year ago

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)

Potential Terraform Configuration

data "aws_glue_classifiers" "example" {}

References

Would you like to implement a fix?

No

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue