Skip to content

Commit

Permalink
Output role fm arn
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Diaz committed Sep 6, 2021
1 parent 1fff4e8 commit 3f922e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@ output "role_arn" {
description = "role arn"
value = concat(aws_cloudformation_stack.edw_access.*.outputs.EdwRoleARN, [""])[0]
}

output "role_fm_arn" {
description = "role fm arn"
value = concat(aws_cloudformation_stack.edw_fm_access.*.outputs.EdwRoleARN, [""])[0]
}

0 comments on commit 3f922e4

Please sign in to comment.