Skip to content

v0.23.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 15 Feb 20:20
7fdb2e6
Exposes codebuilds 'cache_bucket_suffix_enabled' variable. @lezavala (#69)

what

  • Exposes the code build variable var.cache_bucket_suffix_enabled

why

  • Allowing me to set to false prevents the random string generation to the S3 bucket suffix. This resolves an error I am getting:
Error: cache location is required when cache type is "S3"

  on .terraform/modules/test_build/main.tf line 206, in resource "aws_codebuild_project" "default":
 206: resource "aws_codebuild_project" "default" {

references