Skip to content

Release v7.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Dec 15:25
d5279d8

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

Full Changelog: v7.1.0...v7.2.0