Skip to content

v0.25.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 22 Apr 01:48
25a7569
Allow providing CodeBuild VPC config; fix CodePipeline outputs @joe-niland (#74)

what

  • Allow providing vpc_config object for CodeBuild
  • Fix outputs so they include either CodePipeline resource created (either Github or Bitbucket variant)
  • Added output of entire CodePipeline resource

why

  • There was no way to provide VPC config to the CodeBuild project created by this module
  • Previously only the Github variant of the ECS CodePipeline was output
  • Added output of entire CodePipeline resource so it can be used with modules such as kjagiello/terraform-aws-codepipeline-slack-notifications

references

  • None