Skip to content

Commit

Permalink
[EM-805] Adding Step Function ARN Outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthompson26-nhs committed Feb 15, 2024
1 parent 94be298 commit 945b494
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions module/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ output "mesh_kms_key_arn" {
value = aws_kms_key.mesh.arn
}

output "step_function_get_messages_arn" {
value = aws_sfn_state_machine.get_messages.arn
}

output "step_function_send_messages_arn" {
value = aws_sfn_state_machine.send_message.arn
}

0 comments on commit 945b494

Please sign in to comment.