Skip to content

Commit

Permalink
academy state machine (#1482)
Browse files Browse the repository at this point in the history
* max concurrency lambda

* add academy state machine in stg

* shorter lambda name

* add lambda zip output path

* fix subnet id value

* add JobName parameter
  • Loading branch information
timburke-hackit authored Nov 6, 2023
1 parent 85589e3 commit da273fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/core/13-mssql-ingestion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ module "academy_state_machine" {
"Type": "Task",
"Resource": "arn:aws:states:::glue:startJobRun.sync",
"Parameters": {
"JobName": "${module.academy_glue_job[0].job_name}",
"Parameters": {
"Arguments": {
"--table_filter_expression": "$.table_filter_expression"
Expand Down

0 comments on commit da273fd

Please sign in to comment.