Skip to content

v0.28.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 02 Aug 11:34
5deef6a
fix: pass cache_bucket_suffix_enabled through to codebuild module @inhumantsar (#80)

what

  • cache_bucket_suffix_enabled was an accepted variable but wasn't passed through to codebuild.
  • defaulted cache_bucket_suffix_enabled to false

why

  • cache_bucket_suffix_enabled = true is the default on the codebuild module, but there's a bug which prevents that from working.

references