This repository was archived by the owner on Oct 22, 2024. It is now read-only.
v4.3.0
Remove `TF_WARN_OUTPUT_ERRORS` from `terraform apply` (#320) * Only set TF_WARN_OUTPUT_ERRORS on destroy Setting this variable on apply can hide configuration issues which would normally generate an error. * Implement the spec * Disable redundant Code Climate plugins These plugins duplicate behaviour performed by Code Climate checks. * Include erroneously excluded spec/ in Code Climate * Update version to 4.3.0 * Add entry to CHANGELOG * Cache chocolately downloads * Revert "Cache chocolately downloads" This reverts commit c2f5a89ed8add703396254b320ede4cbabad6c68. * Update release date