We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba66dfa commit d15902fCopy full SHA for d15902f
Tasks/TerraformTask/TerraformTaskV4/README.md
@@ -128,7 +128,7 @@ Below is a basic example usage of a few commands within the TerraformTaskV4 task
128
# Only runs if the 'terraformPlan' task has detected changes the in state.
129
- task: TerraformTaskV4@4
130
displayName: Apply Terraform Plan
131
- condition: eq(variables['terraformPlan.changesPresent'], 'true')
+ condition: and(succeeded(), eq(variables['terraformPlan.changesPresent'], 'true'))
132
inputs:
133
provider: 'azurerm'
134
command: 'apply'
0 commit comments