This Terraform module provisions an AWS CodeBuild Runner project with an attached webhook. Currently, AWS does not support creating Runner Projects via API or CLI. This module is a workaround.
This project provisions a complete, automated CI/CD pipeline on AWS using Terraform. The pipeline automatically builds, tests, and deploys a sample web application from a GitHub repository to an EC2 ...