Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
AWS has released new features to Glue table optimizers to managed storage. This issue tracks adding the new features to
aws_glue_catalog_table_optimizer
resource.aws_glue_catalog_table_optimizer
resource was added in https://github.com/hashicorp/terraform-provider-aws/pull/38052.Affected Resource(s) and/or Data Source(s)
aws_glue_catalog_table_optimizer
Potential Terraform Configuration
References
CreateTableOptimizer API docs https://docs.aws.amazon.com/glue/latest/webapi/API_CreateTableOptimizer.html UpdateTableOptimizer API docs https://docs.aws.amazon.com/glue/latest/webapi/API_UpdateTableOptimizer.html
The individual API docs aren't updated yet but the Table Optimizer API docs are. Summary of changes:
type
field now supports valuesretention
andorphan_file_deletion
Would you like to implement a fix?
None