Skip to content

Commit 0c74bb0

Browse files
committed
Move dashboard files to account dir
1 parent e3d3198 commit 0c74bb0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resource "aws_cloudwatch_dashboard" "imms-metrics-dashboard" {
2+
dashboard_name = "imms-metrics-dashboard-${var.environment}"
3+
dashboard_body = file("${path.root}/dashboards/imms-metrics-dashboard-${var.environment}.json")
4+
}
5+

infrastructure/instance/imms-metrics-dashboard-dev.json renamed to infrastructure/account/dashboards/imms-metrics-dashboard-dev.json

File renamed without changes.

infrastructure/instance/cloudwatch_dashboards.tf

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)