Skip to content

Commit

Permalink
Merge pull request #17 from mkushal/patch-1
Browse files Browse the repository at this point in the history
Update glue_job.tf
  • Loading branch information
SebastianUA authored Sep 3, 2022
2 parents 09f9cb4 + 427b1f7 commit f837c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glue_job.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resource "aws_glue_job" "glue_job" {
connections = length(var.glue_job_connections) > 0 ? var.glue_job_connections : (var.enable_glue_connection ? concat(var.glue_job_additional_connections, [element(concat(aws_glue_connection.glue_connection.*.id, [""]), 0)]) : [])
default_arguments = var.glue_job_default_arguments
glue_version = var.glue_job_glue_version
execution_class = var.glue_job_execution_class
max_capacity = var.glue_job_max_capacity
max_retries = var.glue_job_max_retries
timeout = var.glue_job_timeout
Expand Down

0 comments on commit f837c32

Please sign in to comment.