v0.1.1
Overview
This release adds a new step during zero apply
: a check step. Check step will run through all the modules' check command and fail early with the error message, so modules can make sure the requirements are satisfied before doing the actual apply (eg. checking binaries exist or token permissions are sufficient)
Changelog
98a272d apply: to check module requirements before run (#358)