TerraformOutputOnlyPlugin: Add new plugin to limit the pipeline to terraform output
only.
#347
Labels
enhancement
New feature or request
Milestone
As a user, I would like a way to instruct the pipeline to simply show the outputs existing in the current state without running a new plan or apply.
This new plugin provides the ability to perform the above by providing a set of job parameters that control this behavior.
TerraformOutputOnlyPlugin
Enable this plugin to change pipeline functionality. This plugin will skip the plan and apply stages and add three new job parameters.
SHOW_OUTPUTS_ONLY
: This configures the job to skip execution of the plan and apply terraform commands. The job will perform the INIT stage and immediately performterraform output
. Unless this option is checked, the following options will have no effect.JSON_FORMAT_OUTPUTS
: This will instruct the plugin to display the output in JSON format.REDIRECT_OUTPUTS_TO_FILE
: Text entered into this option will be used to redirect the result ofterraform output
to a file in the current workspace. The filename should be relative to the workspace, and directories will NOT be created so they should exist beforehand.The text was updated successfully, but these errors were encountered: