Skip to content

Files

Latest commit

author
Ales Dumikau
Apr 14, 2023
508c9a8 · Apr 14, 2023

History

History

codebuild

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 14, 2023
Jul 20, 2022
Oct 19, 2022
Apr 14, 2023
Apr 14, 2023
Sep 13, 2022
Apr 14, 2023
Apr 14, 2023
Jul 20, 2022
Jul 20, 2022
Apr 14, 2023
Apr 14, 2023
Jul 20, 2022
Sep 21, 2022

Codebuild

Summary

This module provides resources to spin up AWS CodeBuild for this repository.

Inputs

Name Description Type Default Required
badge_enabled Enable badge bool true no
build_timeout Build timeot number 40 no
codebuild_image Which image of AWS CideBuild to use string "aws/codebuild/standard:6.0" no
concurrent_build_limit Limit on the concurrent builds number 1 no
concurrent_build_limit_default Default limit for non-concurrent builds number 10 no
environment_compute_type CodeBuild compute type string "BUILD_GENERAL1_SMALL" no
get_global_configuration Basic AWS configuration any n/a yes
git_repository_name Git repository to build any n/a yes
is_build_concurrent Is the build concurrent bool true no
is_build_only Creates a webhook if true bool false no
notifications_enabled Enable codebuild notifications via SNS bool true no
privileged_mode Enables running the Docker daemon inside a Docker container bool false no
specific_branch Build on the specified branch string null no
terraform_policy Currently unused bool false no