Terraform Aws Cicd Versions Save

Terraform Module for CI/CD with AWS Code Pipeline and Code Build

0.20.0

1 year ago
  • No changes

0.19.5

1 year ago

🤖 Automatic Updates

chore(deps): update terraform cloudposse/codebuild/aws to v1 @renovate (#105)

This PR contains the following updates:

Package Type Update Change
cloudposse/codebuild/aws (source) module major 0.38.0 -> 1.0.0

0.19.4

1 year ago

🤖 Automatic Updates

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

This PR contains the following updates:

Package Type Update Change
cloudposse/codebuild/aws (source) module minor 0.37.1 -> 0.38.0

0.19.3

1 year ago

🤖 Automatic Updates

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

This PR contains the following updates:

Package Type Update Change
cloudposse/codebuild/aws (source) module minor 0.33.0 -> 0.38.0

0.19.2

1 year ago
git.io->cloudposse.tools update @dylanbannon (#102)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

🤖 Automatic Updates

chore(deps): update terraform cloudposse/repository-webhooks/github to v0.12.1 @renovate (#100)

This PR contains the following updates:

Package Type Update Change
cloudposse/repository-webhooks/github (source) module patch 0.12.0 -> 0.12.1

0.19.1

2 years ago

🤖 Automatic Updates

Update context.tf @cloudpossebot (#97)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

0.19.0

3 years ago
fixes for website bucket deployment @mihaiplesa (#94)

what

  • fixes and completes the functionality for deploying to a website bucket
  • fixes the Auto Format PR check

why

  • few things were missing when expanding the produced artifacts into a website bucket - the ability to set object ACL (other than the default public-read canned ACL) and fixing the IAM role permissions

references

0.18.2

3 years ago

🚀 Enhancements

replacing Dockefile with Dockerfile @adamenger (#93)

what

  • simple readme update

why

  • to be precise

references

none

0.18.1

3 years ago

🤖 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

0.18.0

3 years ago
Adds feature: GitHub Webhooks @lezavala (#89)

what

  • Adds GitHub Webhooks as in cloudposse/ecs-codepipeline/aws

why

  • Webhooks seems to be less noisy than polling and likely the preferred method.

references