Skip to content

Commit

Permalink
Remove gds_zendesk from GitHub config
Browse files Browse the repository at this point in the history
This repo was archived alphagov/govuk-developer-docs#4791
This will prevent gds_zendesk repo getting un-archived when the TF configuration is applied.

Prior to this change being mereged the following commands were run to manually
remove repo from TF state:

```
cd terraform/deployments/github
terraform login
terraform init
terraform state rm 'github_branch_protection.govuk_repos["gds_zendesk"]' &&
terraform state rm 'github_team_repository.govuk_repos["gds_zendesk"]' &&
terraform state rm 'github_team_repository.govuk_production_admin_repos["gds_zendesk"]' &&
terraform state rm 'github_team_repository.govuk_ci_bots_repos["gds_zendesk"]' &&
terraform state rm 'github_repository.govuk_repos["gds_zendesk"]' &&
terraform state rm 'aws_codecommit_repository.govuk_repos["alphagov/gds_zendesk”]'
```
  • Loading branch information
AgaDufrat committed Oct 3, 2024
1 parent fdef615 commit 5af9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/github/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,9 @@ repos:
govuk-rfcs: {}
govuk-ruby-images: {}
govuk-s3-mirror: {}
gds_zendesk: {}
govuk-design-guide: {
teams: {
govuk: "maintain"
}
}
govuk-design-guide: {}

0 comments on commit 5af9d43

Please sign in to comment.