Terraform AWS CodeBuild GitHub Runner Module
Version v7.2.0
Quick Start
module "github_runner" {
source = "github.com/Enterprise-CMCS/mac-fc-github-actions-runner-aws//codebuild?ref=v7.2.0"
github_owner = "your-org"
github_repository = "your-repo"
github_secret_name = "github/actions/token"
project_name = "my-project"
}Features
- Complete Terraform module for CodeBuild GitHub Actions runners
- Zero-maintenance serverless architecture
- ~40% cost savings vs GitHub-hosted runners
- AWS IAM integration with least privilege
- CloudWatch logging and S3 caching
- VPC support for network isolation
Documentation
See the README for complete documentation and examples.
Contributing
Contributions welcome! Please open an issue or pull request.
What's Changed
- feat: Add multi-repository support with shared resources by @addis-samtek in #272
- fix: Update release workflow Terraform version to 1.5.2 by @addis-samtek in #273
Full Changelog: v7.1.0...v7.2.0