Skip to content

Commit 03d1a0d

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 c5b618a commit 03d1a0d

6 files changed

Lines changed: 7 additions & 427 deletions

File tree

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)