Skip to content

Commit

Permalink
fix: install Terraform in second stage as well so to get same version
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Aug 26, 2023
1 parent e5519bb commit d59fa1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions experiment/experiment-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ stages:
eq(variables['tag_type'], 'prod')
)
)
- task: TerraformInstaller@0
displayName: Install Terraform
inputs:
terraformVersion: 1.3.1
- task: TerraformTaskV3@3
displayName: Terraform init
inputs:
Expand Down

0 comments on commit d59fa1c

Please sign in to comment.