Skip to content

Commit

Permalink
Added an output for the lambda arn (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: dmattia <david@transcend.io>
  • Loading branch information
dmattia and dmattia authored Apr 29, 2020
1 parent 97ce4a1 commit 91df33e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform-module/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "arn" {
value = module.lambda-at-edge.arn
description = "The arn of the lambda function"
}

0 comments on commit 91df33e

Please sign in to comment.