Skip to content

marcoberger/aws-build-trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Use AWS CodeBuild to trigger build pipeline

This is the repository that contains the sample code for the codecentric blog article Use AWS CodeBuild to trigger build pipeline.

Calling the module

module "codebuild_webhook" {
  source = "terraform/modules/CodeBuild-WebHook"

  codebuild_project_name = "myCodeBuildProject"
  file_path_placeholders = ["team_A/frontend/.*", "team_A/backend/.*"]
  head_ref_placeholder   = "develop"
  webhookcli_prefix      = "myWebhook"
  is_enabled             = "${local.environment == "dev" ? true : false }"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages