Skip to content

Commit 752c11c

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 1436189 commit 752c11c

File tree

5 files changed

+5
-423
lines changed

5 files changed

+5
-423
lines changed

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

Lines changed: 0 additions & 64 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_oidc.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)