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

Infrastructure code for Verify Hub ECS

License

Notifications You must be signed in to change notification settings

alphagov/verify-infrastructure

Repository files navigation

verify-infrastructure

GOV.UK Verify has closed

This repository is out of date and has been archived

Create a new dashboard

To create a new Grafana dashboard:

  1. Create the dashboard via the Grafana GUI
  2. Copy the JSON for the dashboard you created
  3. Create a template file containing the JSON in terraform/modules/dashboards
    1. Set the datasource to be "${source}"
    2. Add the following tags: "verify" and "${deployment}"
  4. Add the new dashboard to main.tf and outputs.tf
  5. Edit the config (https://github.com/alphagov/verify-terraform) to pull in the new dashboard