Skip to content

Commit

Permalink
Merge pull request #57 from dasmeta/DMVP-fix-output
Browse files Browse the repository at this point in the history
fix(DMVP-fix-output): DMVP fix output
  • Loading branch information
aghamyan44 authored Aug 8, 2023
2 parents e4902f8 + a3d2222 commit 4ecf1de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
output "sns_topic_arn" {
value = module.sns-to-teams.sns_topic_arn
value = module.sns-to-teams[*].topic_arn
}

output "sns_topic_arn_virginia" {
value = module.sns-to-teams.sns_topic_arn
value = module.sns-to-teams[*].topic_arn
}

output "sns_topic_arn_application_channel" {
value = module.sns-to-teams.sns_topic_arn
value = module.sns-to-teams[*].topic_arn
}

0 comments on commit 4ecf1de

Please sign in to comment.