Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Dec 4, 2024
1 parent 26ce403 commit 08f1ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terragrunt/modules/ci-runners/codebuild.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Manual steps required after provisioning a project:
// - Connect the GitHub App of the organization, indicating the repositories.
// - Set webhooks with event type `WORKFLOW_JOB_QUEUED` in the filter group.
//
// These manual steps are required because the terraform provider is missing
// support for GitHub Actions runners.
// See https://github.com/hashicorp/terraform-provider-aws/issues/39011

resource "aws_codebuild_project" "ubuntu_small" {
name = "ubuntu-small"
Expand Down

0 comments on commit 08f1ab1

Please sign in to comment.