terraform-aws-cicd icon indicating copy to clipboard operation
terraform-aws-cicd copied to clipboard

Possibility to enable badges for CodeBuild

Open atabakhafeez opened this issue 4 years ago • 1 comments

The module outputs the param codebuild_badge_url (as documented in the Outputs section of README) but seems like there is no input variable called badge_enabled. Seems like a simple fix and would be greatly appreciated if this could be added. Thanks

atabakhafeez avatar May 04 '20 12:05 atabakhafeez

There is an input in the upstream module https://github.com/cloudposse/terraform-aws-codebuild#input_badge_enabled

Would you like to contribute this change ? We're always looking for contributors 😄

https://github.com/cloudposse/terraform-aws-cicd/blob/81c4e109751dadf1d9cefb5341503a85f11dfbdf/main.tf#L205

nitrocode avatar Jun 21 '22 00:06 nitrocode