Skip to content

Commit

Permalink
Issue #33: Update terraform task version
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Feb 9, 2024
1 parent 623b979 commit d288063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apply-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ stages:
backendAzureRmContainerName: '$(containerName)'
backendAzureRmKey: '$(stateKey)'

- task: TerraformTaskV1@0
- task: TerraformTaskV2@2
displayName: Terra Plan
inputs:
provider: 'azurerm'
Expand All @@ -51,7 +51,7 @@ stages:
runOnce:
deploy:
steps:
- task: TerraformTaskV1@0
- task: TerraformTaskV2@2
displayName: 'Terra Apply'
inputs:
provider: 'azurerm'
Expand Down

0 comments on commit d288063

Please sign in to comment.