We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735c381 commit f7c4284Copy full SHA for f7c4284
modules/pagerduty/outputs.tf
@@ -0,0 +1,4 @@
1
+output "datadog_service_name" {
2
+ description = "Datadog service name for Pagerduty service"
3
+ value = "${var.service_name}"
4
+}
modules/slack/outputs.tf
+ description = "Datadog service name for Slack channel"
+ value = "${var.channel_name}"
0 commit comments