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]: r/aws_glue_job: Add support for job run queuing #38991

Closed jar-b closed 2 weeks ago

jar-b commented 3 weeks ago

Description

To support job run queuing, add an optional job_run_queuing_enabled argument to the Glue job resource.

https://github.com/aws/aws-sdk-go-v2/blob/38fe812f7abf976b6b1a5122c0c3bf303502cfc5/service/glue/api_op_CreateJob.go#L136-L143

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

Potential Terraform Configuration

resource "aws_glue_job" "example" {
  ### additional configuration ###

  job_run_queuing_enabled = true
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 3 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

mahadzaryab1 commented 2 weeks ago

@jar-b I've got a PR open at https://github.com/hashicorp/terraform-provider-aws/pull/39027. Do you know how I can test my changes (I'm new to this project).

jar-b commented 2 weeks ago

Hey @mahadzaryab1 , thanks for picking this up! The contributor guide has information on acceptance testing here: https://hashicorp.github.io/terraform-provider-aws/running-and-writing-acceptance-tests/

github-actions[bot] commented 2 weeks ago

[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

github-actions[bot] commented 2 weeks ago

This functionality has been released in v5.65.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!