Added
- The new
exitcode
output parameter will return0
(succeeded) or1
(failed) by default. By passing inarg_detailed_exitcode: true
, thenexitcode
will return one of the documented exit codes:0
= Succeeded with empty diff (no changes)1
= Error2
= Succeeded with non-empty diff (changes present)
- The
init
command now consumes-var-file
and-var
inputs to complement OpenTofu's early (static) evaluation implementation.
Commits changelog: v11.3.0...v11.4.0