Skip to content

Commit

Permalink
Add SMS SNS Topic output
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Oct 25, 2021
1 parent c842f7a commit 36f3e03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions root/us-east-1/notifications/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@ output "notify_slack_monitoring_sec_lambda_function_version_monitoring_sec" {
description = "TLatest published version of your Lambda function"
value = module.notify_slack_monitoring_sec.notify_slack_lambda_function_version
}

output "sns_topic_arn_sms" {
description = "ARN of the created SNS topic for SMS"
value = module.notify_sms.arn
}
2 changes: 1 addition & 1 deletion root/us-east-1/notifications/sms_tools_monitoring.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "sns" {
module "notify_sms" {
source = "github.com/binbashar/terraform-aws-sns-topic.git?ref=0.19.2"

name = var.sns_topic_name_sms
Expand Down

0 comments on commit 36f3e03

Please sign in to comment.