Skip to content

Commit

Permalink
Merge pull request #8723 from ministryofjustice/add-users-to-pd
Browse files Browse the repository at this point in the history
add myself and kudzai to pagerduty
  • Loading branch information
Khatraf authored Dec 10, 2024
2 parents 3bde826 + dc56c65 commit 0db853b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/pagerduty/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ locals {
email = "mike.reid${local.digital_email_suffix}"
role = "user"
},
khatra_farah = {
name = "Khatra Farah"
email = "khatra.farah${local.digital_email_suffix}"
role = "user"
},
kudzai_mtoko = {
name = "Kudzai Mtoko"
email = "kudzai.mtoko${local.digital_email_suffix}"
role = "user"
},
modernisation_platform = {
name = "Modernisation Platform Team"
email = "modernisation-platform${local.digital_email_suffix}"
Expand Down

0 comments on commit 0db853b

Please sign in to comment.