Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/aurora-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_aurora_dashboard.id}"
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_aurora_dashboard.id}"
description = "Aurora Dashboard URL"
}
}
4 changes: 2 additions & 2 deletions modules/ec2-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_ec2_dashboard.id}"
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_ec2_dashboard.id}"
description = "EC2 Dashboard URL"
}
}
4 changes: 2 additions & 2 deletions modules/ecs-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_ecs_dashboard.id}"
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_ecs_dashboard.id}"
description = "ECS Dashboard URL"
}
}
4 changes: 2 additions & 2 deletions modules/efs-dashboard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_version = ">= v1.0.11"
}

resource "lightstep_metric_dashboard" "aws_sns_dashboard" {
resource "lightstep_metric_dashboard" "aws_efs_dashboard" {
project_name = var.lightstep_project
dashboard_name = "AWS EFS"

Expand Down Expand Up @@ -152,4 +152,4 @@ resource "lightstep_metric_dashboard" "aws_sns_dashboard" {

}

}
}
6 changes: 3 additions & 3 deletions modules/efs-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_sns_dashboard.id}"
description = "SNS Dashboard URL"
}
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_efs_dashboard.id}"
description = "EFS Dashboard URL"
}
4 changes: 2 additions & 2 deletions modules/elasticache-redis-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_elasticache_redis_dashboard.id}"
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_elasticache_redis_dashboard.id}"
description = "Elasticache Redis Dashboard URL"
}
}
4 changes: 2 additions & 2 deletions modules/lambda-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_lambda_dashboard.id}"
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_lambda_dashboard.id}"
description = "Lambda Dashboard URL"
}
}
4 changes: 2 additions & 2 deletions modules/route53-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_route53_dashboard.id}"
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_route53_dashboard.id}"
description = "ROUTE53 Dashboard URL"
}
}
2 changes: 1 addition & 1 deletion modules/stepfunctions-dashboard/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "dashboard_url" {
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_metric_dashboard.aws_step_functions_dashboard.id}"
value = "https://app.lightstep.com/${var.lightstep_project}/dashboard/${lightstep_dashboard.aws_step_functions_dashboard.id}"
description = "AWS Step Functions Dashboard URL"
}