v0.23.0
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
- This seems to be related: hashicorp/terraform-provider-aws#10195