Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kolosovpetro committed Aug 30, 2023
1 parent ff0cc63 commit 7a67555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/azdo-terraform-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stages:

- stage: 'Terraform_Apply'
displayName: 'Terraform_Apply'
dependsOn: 'Terraform_Apply'
dependsOn: 'Terraform_Plan'
condition: succeeded('Terraform_Plan')
jobs:
- deployment: 'Terraform_Apply'
Expand Down

0 comments on commit 7a67555

Please sign in to comment.