Skip to content

Commit

Permalink
fix link (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Jun 17, 2024
1 parent edff81c commit 93e49a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/dashboards.tf
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ resource "aws_cloudwatch_dashboard" "notify_system" {
"x": 0,
"type": "text",
"properties": {
"markdown": "# SMS ([SNS Dashboard](https://${var.region}.console.aws.amazon.com/cloudwatch/home?region=${var.region}#dashboards/dashboard/SMS) - [Pinpoint Dashboard](https://${var.region}.console.aws.amazon.com/cloudwatch/home?region=${var.region}#dashboards/dashboard/Pinpoint))"
"markdown": "# SMS ([SNS Dashboard](https://${var.region}.console.aws.amazon.com/cloudwatch/home?region=${var.region}#dashboards/dashboard/SMS) - [Pinpoint Dashboard](https://${var.region}.console.aws.amazon.com/cloudwatch/home?region=${var.region}#dashboards/dashboard/SMS-Pinpoint))"
}
},
{
Expand Down

0 comments on commit 93e49a2

Please sign in to comment.