From 08f1ab192bfff87fbdd8f1f5ea558b87ad6eb42f Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:16:51 +0100 Subject: [PATCH] doc --- terragrunt/modules/ci-runners/codebuild.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terragrunt/modules/ci-runners/codebuild.tf b/terragrunt/modules/ci-runners/codebuild.tf index 341749669..e1c71db9d 100644 --- a/terragrunt/modules/ci-runners/codebuild.tf +++ b/terragrunt/modules/ci-runners/codebuild.tf @@ -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"