Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 498 Bytes

ConditionalApplyPlugin.md

File metadata and controls

6 lines (3 loc) · 498 Bytes

This plugin is enabled by default.

Changes should be applied through one and only one branch - master. The ConditionalApplyPlugin enforces this by making the "Confirm" and "Apply" steps of a TerraformEnvironmentStage visible only on the master branch. You can continue to use branches and PullRequests, however, branches and PullRequests will only run the Plan step for each environment, and skip over the Confirm/Apply steps.