Skip to content

Commit

Permalink
passthrough sfn templates
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist committed Dec 2, 2021
1 parent a86b33a commit d20e2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module "sfn" {
batch_ec2_job_queue_arn = module.batch_queue.batch_ec2_job_queue_arn
workspace_s3_prefix = var.workspace_s3_prefix
job_policy_arns = var.job_policy_arns
sfn_template_files = var.sfn_template_files
}

output "sfn_arns" {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0-beta
v0.3.1-beta

0 comments on commit d20e2b7

Please sign in to comment.