Skip to content

Commit e8bcbbc

Browse files
committed
version
1 parent 34c0768 commit e8bcbbc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.azuredevops/pipelines/hub-infrastructure-dev.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ stages:
5454
displayName: Install Terraform $(TF_VERSION)
5555
inputs:
5656
terraformVersion: $(TF_VERSION)
57+
- task: Bash@3
58+
displayName: 'Set TF_DIRECTORY variable'
59+
inputs:
60+
targetType: 'inline'
61+
script: |
62+
terraform --version
5763
5864
- checkout: self
5965
- checkout: dtos-devops-templates

0 commit comments

Comments
 (0)