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.87k stars 9.21k forks source link

[Enhancement]: Add new worker types for Glue #31481

Open marius-xentral opened 1 year ago

marius-xentral commented 1 year ago

Description

New worker types were introduced in AWS Glue 4.0

They should be added to the list of valid values. For now, selecting a G.4X raises this error

Error: expected worker_type to be one of [Standard G.1X G.2X], got G.4X

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

aws_glue_job

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

DrFaust92 commented 1 year ago

marius-xentral what provider version are you using? i can see that in latest one it should be supported

gitbrad commented 1 year ago

G.4X and G.8X do indeed work with provider 5.20.0!

mauriciottc commented 1 year ago

Any updates ? Still not working on provider 5.17.0

TimNewport commented 1 year ago

@DrFaust92 and @gitbrad I'm looking a the documentation in 5.20 and it still only references G.2X as the highest. https://registry.terraform.io/providers/hashicorp/aws/5.20.0/docs/resources/glue_job