Skip to content

Commit e74b918

Browse files
committed
Update azure-pipelines-pr.yaml for Azure Pipelines
1 parent 3c2d3a4 commit e74b918

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pipelines/azure-pipelines-pr.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
- name: VM_IMAGE
1818
value: ubuntu-latest
1919
- name: MODULE_NAME
20-
value: "terraform-azure-cosmosdb-database"
20+
value: "terraform-azure-cosmosdb-database"
2121
pool:
2222
vmImage: $(VM_IMAGE)
2323
stages:
@@ -30,6 +30,10 @@ stages:
3030
- checkout: self
3131
displayName: 'Checkout Module'
3232
fetchDepth: 1
33+
- task: TerraformInstaller@2
34+
displayName: 'Terraform Install'
35+
inputs:
36+
terraformVersion: 'latest'
3337
- task: TerraformCLI@0
3438
displayName: 'Terraform Init'
3539
inputs:

0 commit comments

Comments
 (0)