Skip to content

v0.19.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 29 Jan 06:10
95af16d

🤖 Automatic Updates

Update Terraform cloudposse/codebuild/aws to v0.30.0 @renovate (#56)

This PR contains the following updates:

Package Type Update Change
cloudposse/codebuild/aws (source) terraform minor 0.28.0 -> 0.30.0

Release Notes

cloudposse/terraform-aws-codebuild

v0.30.0

Compare Source

mfa_delete removed due to issue in terraform @​maximmi (#​79) #### what * `mfa_delete` removed * Bridgecrew check `Ensure S3 bucket has MFA delete enabled` skipped #### why * Because terraform doesn't support this argument to be toggled (https://github.com/hashicorp/terraform-provider-aws/issues/629). * To satisfy Bridgecrew compliance scan #### references * https://github.com/hashicorp/terraform-provider-aws/issues/629

v0.29.0

Compare Source

readme updated, BridgeCrew compliance checks fixes, code cleaned @​maximmi (#​75) #### what * BridgeCrew compliance checks fix * readme updated * default behaviour changed: `S3 bucket MFA delete` enabled by default * default behaviour changed: `S3 Bucket Versioning` enabled by default * default behaviour changed: `Encryption of the S3 bucket` enabled by default #### why * To be able to position our modules as standards compliant * stay in sync with code * To comply BridgeCrew check #### references * https://docs.bridgecrew.io/docs/s3_16-enable-versioning * https://docs.bridgecrew.io/docs/s3_13-enable-logging * https://docs.bridgecrew.io/docs/s3_14-data-encrypted-at-rest