Terraform resource: aws glue job
(Redirected from Aws glue job)
Jump to navigation
Jump to search
resource "aws_glue_job" "example" { name = "example" glue_version = "5.0" role_arn = aws_iam_role.example.arn command { script_location = "s3://${aws_s3_bucket.example.bucket}/example.py" python_version = "3" } }
See also[edit]
Advertising: