Skip to content

Commit

Permalink
Merge pull request #1967 from ministryofjustice/update-review-date-dm…
Browse files Browse the repository at this point in the history
…eehankainos

Extend review date in Terraform file/s for dmeehankainos
  • Loading branch information
AntonyBishop authored Feb 1, 2024
2 parents 797fe01 + 500b20d commit f0bfc3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions terraform/pfs-software-services-pipelines.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ module "pfs-software-services-pipelines" {
review_after = "2024-02-01"
},
{
github_user = "DmeehanKainos"
github_user = "dmeehankainos"
permission = "admin"
name = "Darren Meehan"
email = "darren.meehan@kainos.com"
org = "Kainos"
reason = "Kainos is working on new modernization platform for Unilink services"
added_by = "federico.staiano1@justice.gov.uk"
review_after = "2024-02-01"
review_after = "2024-07-30"
},
]
}
2 changes: 1 addition & 1 deletion terraform/pfs-software-services_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "pfs-software-services_terraform" {
org = "Kainos"
reason = "Kainos is working on new modernization platform for Unilink services"
added_by = "federico.staiano1@justice.gov.uk"
review_after = "2024-02-01"
review_after = "2024-07-30"
},
]
}
4 changes: 2 additions & 2 deletions terraform/pfs-software-terraform-modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ module "pfs-software-terraform-modules" {
review_after = "2024-02-01"
},
{
github_user = "DmeehanKainos"
github_user = "dmeehankainos"
permission = "admin"
name = "Darren Meehan"
email = "darren.meehan@kainos.com"
org = "Kainos"
reason = "Kainos is working on new modernization platform for Unilink services"
added_by = "federico.staiano1@justice.gov.uk"
review_after = "2024-02-01"
review_after = "2024-07-30"
},
]
}

0 comments on commit f0bfc3c

Please sign in to comment.