Skip to content

v0.18.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 16 Mar 23:46
4252687

🤖 Automatic Updates

chore(deps): update terraform cloudposse/codebuild/aws to v0.33.0 @renovate (#91)

This PR contains the following updates:

Package Type Update Change
cloudposse/codebuild/aws (source) terraform minor 0.32.0 -> 0.33.0

Release Notes

cloudposse/terraform-aws-codebuild

v0.33.0

Compare Source

Add IAM policy permissions to allow CodeBuild to run in a VPC @​joe-niland (#​84) #### what * Update IAM permissions in Codebuild policy to allow running in a VPC * Add a test using VPC config * Change test region to us-east-2 * (There is probably a more elegant way to check if var.vpc_config is an empty object but I didn't find one in the time I spent looking.) #### why * The module supported setting VPC config on the Codebuild project, but the IAM permissions in the Codebuild policy were not sufficient #### references * None