Skip to content

Commit

Permalink
updating tf version in ADO pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Chambras committed Jan 4, 2022
1 parent c8e49cb commit 63e8225
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-devops/nightlybuild/mlz-tf-azurecloud-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- task: TerraformInstaller@0
inputs:
terraformVersion: '1.0.8'
terraformVersion: 'latest'

- task: AzureCLI@2
displayName: "Apply MLZ Terraform"
Expand Down
2 changes: 1 addition & 1 deletion .azure-devops/nightlybuild/mlz-tf-azuregov-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- task: TerraformInstaller@0
inputs:
terraformVersion: '1.0.8'
terraformVersion: 'latest'

- task: AzureCLI@2
displayName: "Apply MLZ Terraform"
Expand Down
2 changes: 1 addition & 1 deletion .azure-devops/prbuild/mlz-pr-tf-azurecloud-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- task: TerraformInstaller@0
inputs:
terraformVersion: '1.0.8'
terraformVersion: 'latest'
- task: AzureCLI@2
displayName: "Terraform Plan"
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .azure-devops/prbuild/mlz-pr-tf-azuregov-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- task: TerraformInstaller@0
inputs:
terraformVersion: '1.0.8'
terraformVersion: 'latest'
- task: AzureCLI@2
displayName: "Terraform Plan"
inputs:
Expand Down

0 comments on commit 63e8225

Please sign in to comment.