v0.28.0
fix: pass cache_bucket_suffix_enabled through to codebuild module @inhumantsar (#80)
what
cache_bucket_suffix_enabledwas an accepted variable but wasn't passed through to codebuild.- defaulted
cache_bucket_suffix_enabledtofalse
why
cache_bucket_suffix_enabled = trueis the default on the codebuild module, but there's a bug which prevents that from working.
references
- Closes #71
- Related to cloudposse/terraform-aws-codebuild#91