Skip to content

Commit

Permalink
Add service//channel name outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nemetz committed Jul 11, 2018
1 parent 735c381 commit f7c4284
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/pagerduty/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "datadog_service_name" {
description = "Datadog service name for Pagerduty service"
value = "${var.service_name}"
}
4 changes: 4 additions & 0 deletions modules/slack/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "datadog_service_name" {
description = "Datadog service name for Slack channel"
value = "${var.channel_name}"
}

0 comments on commit f7c4284

Please sign in to comment.