AWS Glue Crawlers Do Not Support SecurityConfiguration #6714
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
Community Note
AWS Glue Crawlers don't appear to have the SecurityConfiguration settable in Terraform. The boto3 documentation specifies the following:
response = client.create_crawler( Name='string', ... CrawlerSecurityConfiguration='string' )
CrawlerSecurityConfiguration (string) -- The name of the SecurityConfiguration structure to be used by this Crawler.
The Terraform Documentation does not include support for this field - making running a crawler potentially insecure.
https://www.terraform.io/docs/providers/aws/r/glue_crawler.html
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: