Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #174 from alphagov/delete_page_alerts_grafana_dash…
Browse files Browse the repository at this point in the history
…board

Delete the page-type alerts Grafana dashboard
  • Loading branch information
issyl0 committed Mar 19, 2019
2 parents acffa5f + 0f664b5 commit 1a3dd0a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 344 deletions.
9 changes: 0 additions & 9 deletions terraform/modules/dashboards/main.tf
Expand Up @@ -15,12 +15,3 @@ data "template_file" "infra_tickets_dashboard" {
source = "${var.data_source}"
}
}

data "template_file" "pages_dashboard" {
template = "${file("${path.module}/pages_dashboard.json.tpl")}"

vars = {
deployment = "${var.deployment}"
source = "${var.data_source}"
}
}
4 changes: 0 additions & 4 deletions terraform/modules/dashboards/outputs.tf
Expand Up @@ -5,7 +5,3 @@ output "service_tickets_dashboard_rendered" {
output "infra_tickets_dashboard_rendered" {
value = "${data.template_file.infra_tickets_dashboard.rendered}"
}

output "pages_dashboard_rendered" {
value = "${data.template_file.pages_dashboard.rendered}"
}
331 changes: 0 additions & 331 deletions terraform/modules/dashboards/pages_dashboard.json.tpl

This file was deleted.

0 comments on commit 1a3dd0a

Please sign in to comment.