v10: Run TF directly via workflow input in addition to PR comments #192
Closed
rdhar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Highlight
In addition to the existing PR comment trigger, support TF execution directly via
command_input
within the workflow to enable more flexible and dynamic use-cases, including parallel runs in matrix strategy.Added
command_input
string.recreate_comment
boolean flag to optionally delete and re-add PR comments after any updates/commits made on the PR branch to make the conversation easier to follow.-concise
flag to reduce verbosity of OpenTofu output.Changed
await require(...)
one-liner.Fixed
-or-create
flag for more appropriate TF workspace creation via CI.Deprecated
cli_uses
input in favour of assuming it automatically from the prior TF-setup step with the wrapper enabled.Secured
Commits changelog: v9.1.0...v10
This discussion was created from the release v10: Run TF directly via workflow input in addition to PR comments.
Beta Was this translation helpful? Give feedback.
All reactions