diff --git a/plugins/modules/glue_job.py b/plugins/modules/glue_job.py index 2567799757e..d627d5dd856 100644 --- a/plugins/modules/glue_job.py +++ b/plugins/modules/glue_job.py @@ -124,6 +124,13 @@ - community.aws.glue_job: name: my-glue-job state: absent + +# Configure Glue job with more workers and higher allocated capacity + community.aws.glue_job: + name: my-glue-job + number_of_workers: 5 + allocated_capacity: 10 + state: present """ RETURN = r"""