Skip to content

Commit 91cf437

Browse files
committed
Remove govuk-graphql
This application is not being used, so we can remove all references to it.
1 parent 83b0c6d commit 91cf437

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

terraform/deployments/github/repos.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,8 @@ repos:
409409
required_pull_request_reviews:
410410
require_code_owner_reviews: true
411411

412-
govuk-graphql:
413-
branch_protection: false
414-
can_be_deployed: true
415-
412+
govuk-graphql: {}
413+
416414
govuk-ia-utility:
417415
can_be_deployed: false
418416
standard_contexts: *standard_security_checks

terraform/deployments/sentry/locals.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ locals {
2626
"finder-frontend",
2727
"frontend",
2828
"govspeak-preview",
29-
"govuk-graphql",
3029
"hmrc-manuals-api",
3130
"licensify",
3231
"link-checker-api",

terraform/variables/integration/govuk-publishing-infrastructure.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ subdomain_dns_records = [
88
{ type = "CNAME", name = "chat", ttl = 3600, value = ["chat.eks.integration.govuk.digital."] },
99
{ type = "CNAME", name = "ckan", ttl = 3600, value = ["ckan.eks.integration.govuk.digital."] },
1010
{ type = "CNAME", name = "govspeak-preview", ttl = 3600, value = ["govspeak-preview.eks.integration.govuk.digital."] },
11-
{ type = "CNAME", name = "govuk-graphql", ttl = 3600, value = ["govuk-graphql.eks.integration.govuk.digital."] },
1211
{ type = "CNAME", name = "govuk-ai-accelerator-app", ttl = 3600, value = ["govuk-ai-accelerator-app.eks.integration.govuk.digital."] },
1312
{ type = "CNAME", name = "govuk-ai-graph-tools-app", ttl = 3600, value = ["govuk-ai-graph-tools-app.eks.integration.govuk.digital."] },
1413
{ type = "CNAME", name = "search", ttl = 3600, value = ["otxkvx7dv3.execute-api.eu-west-1.amazonaws.com."] },

0 commit comments

Comments
 (0)