Skip to content

Commit 586d77b

Browse files
committed
Remove CodeBuild runner infrastructure
Remove the CodeBuild-hosted GitHub Actions runner infrastructure now that review apps use GitHub-hosted runners with OIDC authentication. The gha-runner module and CodeBuild resources are no longer needed.
1 parent d3b0d57 commit 586d77b

7 files changed

Lines changed: 7 additions & 435 deletions

File tree

infra/deployments/integration/inputs.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ variable "require_vpn_to_access" {
3131
default = true
3232
}
3333

34-
variable "codestar_connection_arn" {
35-
description = "It isn't possible to automate the creation of a CodeStar connection, so we must create it by hand once in each account and hardcode its ARN."
36-
type = object({
37-
alphagov = string
38-
govuk-forms = string
39-
})
40-
}
41-
4234
variable "deploy_account_id" {
4335
description = "the account number for deploy account"
4436
type = string

infra/deployments/integration/review/gha-runner/inputs.tf

Lines changed: 0 additions & 63 deletions
This file was deleted.

infra/deployments/integration/review/gha-runner/runner.tf

Lines changed: 0 additions & 290 deletions
This file was deleted.

infra/deployments/integration/review/github_actions_codebuild.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
data "aws_region" "current" {}
2+
data "aws_caller_identity" "current" {}
23

34
locals {
45
github_actions_apps = {

0 commit comments

Comments
 (0)