[Enhancement]: Python3.11 support for glue_job v5.0 #41213
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/glue
Issues and PRs that pertain to the glue service.
Description
AWS recently released AWS Glue 5.0 that supports Python3.11. The
aws_glue_job
resource only supports setting thepython_version
to2
,3
(which refers to Python3.6), and3.9
.Affected Resource(s) and/or Data Source(s)
[aws_glue_job](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_job)
Potential Terraform Configuration
References
terraform-provider-aws/internal/service/glue/job.go
Line 29 in e92fd6d
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: