Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codebuild): workspace -or-create + provider cache via S3
- tf workspace select -or-create: creates workspace in codebuild backend on first run instead of failing with exit 1 - TF_PLUGIN_CACHE_DIR: warm from inf-tfstate-229685449397/tf-provider-cache/ before tf init, save back in post_build; shaves ~30s off provider install on warm builds; || true so a cold cache is not fatal
- Loading branch information